Skip to content

Commit

Permalink
Revert "Temporarily disable TSAN"
Browse files Browse the repository at this point in the history
This reverts commit 3d681c3.
  • Loading branch information
mpage committed Apr 10, 2024
1 parent ed52c57 commit 2f100ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ jobs:
build_tsan_free_threading:
name: 'Thread sanitizer (free-threading)'
needs: check_source
if: needs.check_source.outputs.run_tests == 'true' && false
if: needs.check_source.outputs.run_tests == 'true'
uses: ./.github/workflows/reusable-tsan.yml
with:
config_hash: ${{ needs.check_source.outputs.config_hash }}
Expand Down

0 comments on commit 2f100ba

Please sign in to comment.