Skip to content

Commit

Permalink
Add make testrace
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jun 16, 2019
1 parent 9fb4d19 commit 6bed427
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ release: tag
test:
go test -count=1 ./...

.PHONY: testrace
testrace:
go test -count=1 -race ./...

.PHONY: fmt
fmt:
go fmt ./...
Expand Down

0 comments on commit 6bed427

Please sign in to comment.