aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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 9a4268787..9f2072c74 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -73,6 +73,8 @@ jobs:
73 run: SHELL=/bin/bash make lab-setup 73 run: SHELL=/bin/bash make lab-setup
74 - name: run firecfg tests 74 - name: run firecfg tests
75 run: SHELL=/bin/bash make test-firecfg 75 run: SHELL=/bin/bash make test-firecfg
76 - name: run apparmor tests
77 run: SHELL=/bin/bash make test-apparmor
76 - name: run network tests 78 - name: run network tests
77 run: SHELL=/bin/bash make test-network 79 run: SHELL=/bin/bash make test-network
78 - name: run appimage tests 80 - name: run appimage tests