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 0bc30f7 commit 51a449cCopy full SHA for 51a449c
Makefile
@@ -32,7 +32,7 @@ golines:
32
golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags .
33
34
test: mod-tidy
35
- go test -v ./...
+ go test -v -race ./...
36
37
# Build our program binaries
38
# Depends on GO_FILES to determine when rebuild is needed
0 commit comments