Skip to content

Commit a9d5e9e

Browse files
committed
ci: Add -race tests
1 parent 5363fbd commit a9d5e9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
steps:
1313
- checkout
1414
- run: go test -v -timeout 10m ./...
15+
test-race:
16+
executor: golang
17+
steps:
18+
- checkout
19+
- run: go test -race -v -timeout 10m ./...
1520
mod-tidy-check:
1621
executor: golang
1722
steps:
@@ -42,3 +47,4 @@ workflows:
4247
- lint-check
4348
- gofmt-check
4449
- test
50+
- test-race

0 commit comments

Comments
 (0)