Skip to content

Commit

Permalink
Add -race arguments to go test (kuskoman#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuskoman authored Apr 27, 2023
1 parent f7c7c13 commit 19d3914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ clean:
rm -f $(GOOS_EXES)

test:
go test -v ./...
go test -race -v ./...

test-coverage:
go test -coverprofile=coverage.out ./...
go test -race -coverprofile=coverage.out ./...
go tool cover -html=coverage.out

compose:
Expand Down

0 comments on commit 19d3914

Please sign in to comment.