We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195f9de commit c63bf64Copy full SHA for c63bf64
Makefile
@@ -1,6 +1,6 @@
1
GO_CMD := go
2
GO_BUILD := $(GO_CMD) build
3
-GO_TEST := $(GO_CMD) test -v -cover
+GO_TEST := $(GO_CMD) test -race -v -cover
4
5
GO_LINT := golint -set_exit_status
6
GO_FMT := gofmt
0 commit comments