aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-03 17:05:15 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-03 17:05:15 -0500
commit5b1d1d5cf1c19055c4d2bdd456e3c145d82d27a6 (patch)
tree05f5bf6a177ce561d1bc27dda435c713b4e71b85 /.github/workflows/build.yml
parentcleanup (diff)
downloadfirejail-5b1d1d5cf1c19055c4d2bdd456e3c145d82d27a6.tar.gz
firejail-5b1d1d5cf1c19055c4d2bdd456e3c145d82d27a6.tar.zst
firejail-5b1d1d5cf1c19055c4d2bdd456e3c145d82d27a6.zip
more testing
Diffstat (limited to '.github/workflows/build.yml')
-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 cb0d31828..9a4268787 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,6 +71,8 @@ jobs:
71 run: command -V firejail && firejail --version 71 run: command -V firejail && firejail --version
72 - name: lab setup 72 - name: lab setup
73 run: SHELL=/bin/bash make lab-setup 73 run: SHELL=/bin/bash make lab-setup
74 - name: run firecfg tests
75 run: SHELL=/bin/bash make test-firecfg
74 - name: run network tests 76 - name: run network tests
75 run: SHELL=/bin/bash make test-network 77 run: SHELL=/bin/bash make test-network
76 - name: run appimage tests 78 - name: run appimage tests