aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 14:10:31 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 14:10:31 -0500
commit6d0c7514edfce53ab33b66868193110fb5170d7d (patch)
tree7c8f1de77b85ae0162a294d1c8657da2549cbb65 /Makefile
parenttesting sysutils (diff)
downloadfirejail-6d0c7514edfce53ab33b66868193110fb5170d7d.tar.gz
firejail-6d0c7514edfce53ab33b66868193110fb5170d7d.tar.zst
firejail-6d0c7514edfce53ab33b66868193110fb5170d7d.zip
split make test-github into different actions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7def8d940..113fc7281 100644
--- a/Makefile
+++ b/Makefile
@@ -369,8 +369,8 @@ test: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test
369test-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 369test-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 echo "TEST COMPLETE" 370 echo "TEST COMPLETE"
371 371
372 372# old gihub test; the new test is driven directly from .github/workflows/build.yml
373test-github: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test-environment 373test-github: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment
374 echo "TEST COMPLETE" 374 echo "TEST COMPLETE"
375 375
376########################################## 376##########################################