There was an error while loading. Please reload this page.
1 parent 2bff3b0 commit 261465cCopy full SHA for 261465c
1 file changed
.circleci/config.yml
@@ -26,6 +26,7 @@ jobs:
26
- run: go get -v -t -d ./...
27
- run: go vet
28
- run: go test -v -failfast ./...
29
+ - run: go test -v -failfast -race ./...
30
31
workflows:
32
version: 2
0 commit comments