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 4d138f1 + a44347d commit 691def1Copy full SHA for 691def1
Makefile
@@ -10,7 +10,7 @@ all:
10
11
.PHONY: test
12
test:
13
- TZ= PGSSLMODE=disable go test ./... -v
+ TZ= PGSSLMODE=disable go test ./... -v -race
14
15
tag:
16
git tag $(VERSION)
0 commit comments