aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 11:15:21 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 11:15:21 -0500
commit1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d (patch)
tree3aff0e9f825566778831719ad3a5512279801def /.github
parentmerges (diff)
downloadfirejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.tar.gz
firejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.tar.zst
firejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.zip
testing sysutils
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index deebbe69f..a4dd7097d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,5 +69,7 @@ jobs:
69 run: sudo make install 69 run: sudo make install
70 - name: print version 70 - name: print version
71 run: command -V firejail && firejail --version 71 run: command -V firejail && firejail --version
72 - name: run sysutils tests
73 run: SHELL=/bin/bash make test-sysutils
72 - name: run tests 74 - name: run tests
73 run: SHELL=/bin/bash make test-github 75 run: SHELL=/bin/bash make test-github