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 7831e5b + f747391 commit 0a5ca75Copy full SHA for 0a5ca75
Makefile
@@ -33,7 +33,7 @@ swagger:
33
swag i -g api.go -d api,output
34
35
test: mod-tidy
36
- go test -v ./...
+ go test -v -race ./...
37
38
# Build our program binaries
39
# Depends on GO_FILES to determine when rebuild is needed
0 commit comments