Skip to content

Commit

Permalink
Made Darwin tsan failures non blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns committed Jun 21, 2021
1 parent 13253c3 commit 26963a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,14 @@ jobs:
test_suites_darwin:
name: Test Suites - Darwin
timeout-minutes: 60

continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
experimental: [false]
type: [no_tsan, with_tsan]
include:
- type: with_tsan
experimental: true

if: github.actor != 'restyled-io[bot]'
runs-on: macos-latest
Expand Down

0 comments on commit 26963a0

Please sign in to comment.