make: Fix .PHONY target for test-integration

Signed-off-by: Ricardo Branco <rbranco@suse.de>
This commit is contained in:
Ricardo Branco
2025-10-13 17:08:26 +02:00
parent beaebcbf39
commit ae82740d9b
+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