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.
2 parents 0bc30f7 + 51a449c commit 57c5541Copy full SHA for 57c5541
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