mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: fix outdated build.yml reference in Makefile comment
This amends commit 82d28795a ("ci: split build and test into separate
workflows", 2023-08-14) / PR #5960.
This commit is contained in:
parent
15e1f79a52
commit
4ebd14734a
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -452,8 +452,8 @@ test-apparmor:
|
|||
test-firecfg:
|
||||
$(MAKE) -C test $(subst test-,,$@)
|
||||
|
||||
|
||||
# old gihub test; the new test is driven directly from .github/workflows/build.yml
|
||||
# old gihub test; the new test is driven directly from
|
||||
# .github/workflows/test.yml.
|
||||
.PHONY: test-github
|
||||
test-github: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment
|
||||
echo "TEST COMPLETE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue