Skip to content

Commit

Permalink
Disable make test-race in github workflow (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirugan authored Jul 19, 2024
1 parent 407673a commit 464e623
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/juno-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
- name: Tests (No Coverage)
if: matrix.os != 'ubuntu-latest'
run: make test

- name: Tests (Race Detection)
if: matrix.os == 'ubuntu-latest'
run: make test-race

# Tests with race condition detector are flaky; we're disabling them for now
# - name: Tests (Race Detection)
# if: matrix.os == 'ubuntu-latest'
# run: make test-race

- name: Benchmark
run: make benchmarks
Expand Down

0 comments on commit 464e623

Please sign in to comment.