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 3e3e4cd + c2be195 commit a3d6d3bCopy full SHA for a3d6d3b
Makefile
@@ -26,7 +26,7 @@ golines:
26
golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags .
27
28
test:
29
- go test -v ./...
+ go test -v -race ./...
30
31
# Build our program binaries
32
# Depends on GO_FILES to determine when rebuild is needed
0 commit comments