Skip to content

Commit

Permalink
Turn off the non-tsan "tests" jobs. (#8315)
Browse files Browse the repository at this point in the history
The tsan jobs should be doing everything the non-tsan jobs do, and
this will save us a bit of CI compute....
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Aug 24, 2021
1 parent d2bbe8c commit 2065617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
type: [debug, tsan]
type: [tsan]
eventloop: [eventloop_same, eventloop_separate]
env:
USE_SEPARATE_EVENTLOOP: ${{ matrix.eventloop == 'eventloop_separate' }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

strategy:
matrix:
type: [debug, tsan]
type: [tsan]
eventloop: [eventloop_same, eventloop_separate]
env:
USE_SEPARATE_EVENTLOOP: ${{ matrix.eventloop == 'eventloop_separate' }}
Expand Down

0 comments on commit 2065617

Please sign in to comment.