mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Travis tests binary built with generated files
This commit is contained in:
@@ -261,6 +261,9 @@ clean: ## Remove build artifacts
|
||||
|
||||
.PHONY: travis
|
||||
travis: ## Run Nomad test suites with output to prevent timeouts under Travis CI
|
||||
@if [ ! $(SKIP_NOMAD_TESTS) ]; then \
|
||||
make generate; \
|
||||
fi
|
||||
@sh -C "$(PROJECT_ROOT)/scripts/travis.sh"
|
||||
|
||||
.PHONY: testcluster
|
||||
|
||||
Reference in New Issue
Block a user