From 4ebd14734af3ca1da2efb7e8fabd47cd84ac5506 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 25 Jan 2025 10:33:17 -0300 Subject: [PATCH] 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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe7c5a46c..78d07c347 100644 --- a/Makefile +++ b/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"