Merge pull request #3466 from ricardobranco777/fix_make_target

make: Fix .PHONY target for test-integration
This commit is contained in:
CrazyMax
2025-10-13 17:55:01 +02:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ test:
test-unit:
TESTPKGS=./... SKIP_INTEGRATION_TESTS=1 ./hack/test
.PHONY: test
.PHONY: test-integration
test-integration:
TESTPKGS=./tests ./hack/test