Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
reorder the tests to check build first then vet and staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
perigrin committed Oct 29, 2020
1 parent c8b6943 commit d0083cb
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 @@ -22,9 +22,9 @@ deps: ## Update dependencies to latest version

.PHONY: test
test: ## Ensure that code matches best practices
go test ./...
staticcheck ./...
go vet
TZ=UTC go test

.PHONY: help
help: ## Display this help message
Expand Down

0 comments on commit d0083cb

Please sign in to comment.