mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
add -race flag to go test
This commit is contained in:
parent
f749335cf8
commit
57b18aecf5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -39,7 +39,7 @@ $(GOBIN)/gocredits:
|
|||
|
||||
.PHONY: test
|
||||
test: build
|
||||
go test -v ./...
|
||||
go test -v -race ./...
|
||||
|
||||
.PHONY: lint
|
||||
lint: $(GOBIN)/golint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue