Skip to content

Commit

Permalink
Disable test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
untoldwind committed Jan 13, 2020
1 parent 29a8ad6 commit aed0dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ format:

test:
@echo "--> Running tests"
@go test -v ./...
@go test -v ./... -count=1
@$(MAKE) vet

coverage:
Expand Down

0 comments on commit aed0dd4

Please sign in to comment.