Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
run CI tests with race detector
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jul 7, 2021
1 parent 21966cc commit 384aeae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: go install
- name: Run tests
run: ginkgo -r -v --cover -coverprofile coverage.txt --randomizeAllSpecs --randomizeSuites --trace --progress
- name: Run tests with race detector
if: ${{ matrix.os == 'ubuntu' }} # speed things up. Windows and OSX VMs are slow
run: ginkgo -r -v -race --randomizeAllSpecs --randomizeSuites --trace --progress
- name: Run tests (32 bit)
if: ${{ matrix.os != 'macos' }} # can't run 32 bit tests on OSX.
env:
Expand Down

0 comments on commit 384aeae

Please sign in to comment.