Use recommended race option for testing #noissue
This commit is contained in:
parent
9679166d0a
commit
d958f48717
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -55,10 +55,7 @@ checkstyle:
|
|||
|
||||
checkstyle-ci: checkstyle
|
||||
|
||||
checkstyle-ci:
|
||||
go vet ./...
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
go test -race ./...
|
||||
|
||||
test-ci: test
|
Loading…
Reference in a new issue