We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f73eb2 commit 4e382dbCopy full SHA for 4e382db
1 file changed
.github/workflows/main.yml
@@ -143,10 +143,10 @@ jobs:
143
working-directory: native_tests/
144
- name: Run tests AddressSanitizer and MemorySanitizer
145
if: runner.os == 'Linux'
146
+ # TODO: Running with --sanitizer=tsan seems to be flaky?
147
run: |
148
dart run.dart --sanitizer=asan
149
dart run.dart --sanitizer=msan
- dart run.dart --sanitizer=tsan
150
151
152
- name: Enable sqlite3mc
0 commit comments