Skip to content

Commit

Permalink
build: run test with UTC timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jun 18, 2024
1 parent 1442bf4 commit 6f6d16a
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 @@ -13,5 +13,5 @@ tidy:
audit:
go vet ./...
go run honnef.co/go/tools/cmd/staticcheck@latest -checks=all,-ST1000,-U1000,-ST1003 ./...
go test -race -vet=off -coverprofile=coverage.out ./...
TZ=UTC go test -race -vet=off -coverprofile=coverage.out ./...
go mod verify

0 comments on commit 6f6d16a

Please sign in to comment.