We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fc443 commit a9741f1Copy full SHA for a9741f1
mk/test.mk
@@ -6,7 +6,7 @@ test-short:
6
test-long:
7
$(GO) test $(VERBOSE_GO) -race -tags "$(BUILDTAGS)" $(PKGS)
8
9
-test-integration:
+test-integration: build
10
$(eval TESTSUITE=$(filter-out $@,$(MAKECMDGOALS)))
11
test/integration/run-bats.sh $(TESTSUITE)
12
0 commit comments