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 7831e5b commit f747391Copy full SHA for f747391
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