ci: set count to bypass caching

This commit is contained in:
Seth Hoenig 2022-03-24 18:49:51 -05:00
parent 67b467983e
commit 4b895a436a
1 changed files with 2 additions and 0 deletions

View File

@ -300,6 +300,7 @@ test-nomad: dev ## Run Nomad test suites
$(if $(ENABLE_RACE),-race) $(if $(VERBOSE),-v) \
-cover \
-timeout=20m \
-count=1 \
-tags "$(GO_TAGS)" \
$(GOTEST_PKGS)
@ -310,6 +311,7 @@ test-nomad-module: dev ## Run Nomad test suites on a sub-module
$(if $(ENABLE_RACE),-race) $(if $(VERBOSE),-v) \
-cover \
-timeout=20m \
-count=1 \
-tags "$(GO_TAGS)" \
./...