Skip to content

Commit

Permalink
ci: cover with race
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 7, 2021
1 parent fbf771e commit 741e280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -e

go test -v -coverpkg=./... -coverprofile=profile.out ./...
go test -race -v -coverpkg=./... -coverprofile=profile.out ./...
go tool cover -func profile.out

0 comments on commit 741e280

Please sign in to comment.