diff --git a/Makefile b/Makefile index 686a27386..bfd36db5e 100644 --- a/Makefile +++ b/Makefile @@ -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