fix: tests

This commit is contained in:
Julien Neuhart
2023-01-13 10:21:36 +01:00
parent 6a29385762
commit 875f97813e
5 changed files with 12 additions and 12 deletions

View File

@@ -2,6 +2,5 @@
set -x
# TODO: remove -buildvcs=false when fix for https://github.com/golang/go/issues/51723 is live.
go test -buildvcs=false -race -covermode=atomic -coverprofile=/tests/coverage.txt ./...
go test -race -covermode=atomic -coverprofile=/tests/coverage.txt ./...
go tool cover -html=coverage.txt -o /tests/coverage.html