mirror of https://github.com/docker/docs.git
build before ITs
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
06fc443626
commit
a9741f1090
|
|
@ -6,7 +6,7 @@ test-short:
|
|||
test-long:
|
||||
$(GO) test $(VERBOSE_GO) -race -tags "$(BUILDTAGS)" $(PKGS)
|
||||
|
||||
test-integration:
|
||||
test-integration: build
|
||||
$(eval TESTSUITE=$(filter-out $@,$(MAKECMDGOALS)))
|
||||
test/integration/run-bats.sh $(TESTSUITE)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue