File tree 2 files changed +17
-5
lines changed
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 67
67
run : make
68
68
- name : make install
69
69
run : sudo make install
70
- - name : print version
70
+ - name : print firejail version
71
71
run : command -V firejail && firejail --version
72
+ - name : lab setup
73
+ run : SHELL=/bin/bash make lab-setup
72
74
- name : run sysutils tests
73
75
run : SHELL=/bin/bash make test-sysutils
74
- - name : run tests
75
- run : SHELL=/bin/bash make test-github
76
+ - name : run profile tests
77
+ run : SHELL=/bin/bash make test-priofiles
78
+ - name : run fcopy tests
79
+ run : SHELL=/bin/bash make test-fcopy
80
+ - name : run fnetfilter tests
81
+ run : SHELL=/bin/bash make test-fnetfilter
82
+ - name : run fs tests
83
+ run : SHELL=/bin/bash make test-fs
84
+ - name : run utils tests
85
+ run : SHELL=/bin/bash make test-utils
86
+ - name : run environment tests
87
+ run : SHELL=/bin/bash make test-environment
Original file line number Diff line number Diff line change @@ -369,8 +369,8 @@ test: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test
369
369
test-noprofiles : lab-setup test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters
370
370
echo " TEST COMPLETE"
371
371
372
-
373
- test-github : lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test-environment
372
+ # old gihub test; the new test is driven directly from .github/workflows/build.yml
373
+ test-github : lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test- environment
374
374
echo " TEST COMPLETE"
375
375
376
376
# #########################################
You can’t perform that action at this time.
0 commit comments