Skip to content

Commit

Permalink
circleci race detector enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Tantalor93 committed Aug 11, 2023
1 parent 8f06a32 commit 4ef7b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Run tests
command: |
mkdir -p /tmp/test-reports
gotestsum --junitfile /tmp/test-reports/unit-tests.xml
gotestsum --junitfile /tmp/test-reports/unit-tests.xml -- -race
- store_test_results:
path: /tmp/test-reports

Expand Down

0 comments on commit 4ef7b7a

Please sign in to comment.