Skip to content

Commit a9741f1

Browse files
committed
build before ITs
Signed-off-by: David Gageot <david@gageot.net>
1 parent 06fc443 commit a9741f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test-short:
66
test-long:
77
$(GO) test $(VERBOSE_GO) -race -tags "$(BUILDTAGS)" $(PKGS)
88

9-
test-integration:
9+
test-integration: build
1010
$(eval TESTSUITE=$(filter-out $@,$(MAKECMDGOALS)))
1111
test/integration/run-bats.sh $(TESTSUITE)
1212

0 commit comments

Comments
 (0)