Skip to content

Commit 854a58a

Browse files
authored
Merge pull request #3466 from ricardobranco777/fix_make_target
make: Fix .PHONY target for test-integration
2 parents 41e7255 + ae82740 commit 854a58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test:
4545
test-unit:
4646
TESTPKGS=./... SKIP_INTEGRATION_TESTS=1 ./hack/test
4747

48-
.PHONY: test
48+
.PHONY: test-integration
4949
test-integration:
5050
TESTPKGS=./tests ./hack/test
5151

0 commit comments

Comments
 (0)