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:
Kelvin M. Klann 2025-01-25 10:33:17 -03:00
parent 15e1f79a52
commit 4ebd14734a

View file

@ -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"