Skip to content

Commit f8bf6cc

Browse files
authored
Update run-unit-tests.yml
1 parent d1cda51 commit f8bf6cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-unit-tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ on:
5050
env:
5151
PACKAGE_ROOT: ${{ inputs.package_root != '' && format('--package-path={0}', inputs.package_root) || '' }}
5252
EXTRA_FLAGS: ${{ inputs.extra_flags }}
53-
WITH_TSAN: false
54-
#${{ inputs.with_tsan && '--sanitize=thread' || '' }}
53+
WITH_TSAN: ${{ inputs.with_tsan && '' || '' }}
5554
TEST_FILTER: ${{ inputs.test_filter != '' && format('--filter={0}', inputs.test_filter) || '' }}
5655
defaults:
5756
run:

0 commit comments

Comments
 (0)