We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac1b06 commit ec222e5Copy full SHA for ec222e5
1 file changed
Makefile
@@ -1,7 +1,10 @@
1
.PHONY: test build
2
3
test:
4
- go test ./...
+ go test ./... -race
5
+
6
+test-coverage:
7
+ go test ./... -race -coverprofile=coverage.out
8
9
build:
10
mkdir -p bin
0 commit comments