Skip to content

Commit

Permalink
ci: Add -race tests
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed May 8, 2023
1 parent 5363fbd commit a9d5e9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- checkout
- run: go test -v -timeout 10m ./...
test-race:
executor: golang
steps:
- checkout
- run: go test -race -v -timeout 10m ./...
mod-tidy-check:
executor: golang
steps:
Expand Down Expand Up @@ -42,3 +47,4 @@ workflows:
- lint-check
- gofmt-check
- test
- test-race

0 comments on commit a9d5e9e

Please sign in to comment.