aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
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 faea6970f..cc7893305 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,5 +33,7 @@ jobs:
33 run: make 33 run: make
34 - name: make install 34 - name: make install
35 run: sudo make install 35 run: sudo make install
36 - name: print version
37 run: command -V firejail && firejail --version
36 - name: run tests 38 - name: run tests
37 run: SHELL=/bin/bash make test-github 39 run: SHELL=/bin/bash make test-github