Skip to content

Commit

Permalink
Turn off race condition checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 10, 2022
1 parent f44a10b commit b3735ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Run linter and tests
run: make test-ci
run: make test-ci-no-race
- name: Update code coverage
uses: codecov/codecov-action@v2.1.0
with:
Expand Down

0 comments on commit b3735ff

Please sign in to comment.