Skip to content

Commit

Permalink
Turn TSan back on
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Mar 26, 2024
1 parent 8dd4d24 commit a45fbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Run unit tests
if: ${{ steps.swift-check.outputs.swift-compatible == 'true' }}
run: |
SWIFT_DETERMINISTIC_HASHING=1 swift test ${PACKAGE_ROOT} ${TEST_FILTER} ${EXTRA_FLAGS}
SWIFT_DETERMINISTIC_HASHING=1 swift test ${PACKAGE_ROOT} ${WITH_TSAN} ${TEST_FILTER} ${EXTRA_FLAGS}
macos-unit:
if: ${{ !(github.event.pull_request.draft || false) }}
Expand Down

0 comments on commit a45fbb4

Please sign in to comment.