Skip to content

Commit

Permalink
Update run-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Mar 15, 2024
1 parent d1cda51 commit f8bf6cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ on:
env:
PACKAGE_ROOT: ${{ inputs.package_root != '' && format('--package-path={0}', inputs.package_root) || '' }}
EXTRA_FLAGS: ${{ inputs.extra_flags }}
WITH_TSAN: false
#${{ inputs.with_tsan && '--sanitize=thread' || '' }}
WITH_TSAN: ${{ inputs.with_tsan && '' || '' }}
TEST_FILTER: ${{ inputs.test_filter != '' && format('--filter={0}', inputs.test_filter) || '' }}
defaults:
run:
Expand Down

0 comments on commit f8bf6cc

Please sign in to comment.