We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13db486 commit 6f94a69Copy full SHA for 6f94a69
1 file changed
.github/workflows/ci.yml
@@ -385,7 +385,7 @@ jobs:
385
matrix:
386
include:
387
- sanitizer: asan
388
- sanitizer_flags: "-Zsanitizer=address -Zsanitize=leak"
+ sanitizer_flags: "-Zsanitizer=address,leak"
389
- sanitizer: msan
390
sanitizer_flags: "-Zsanitizer=memory"
391
- sanitizer: tsan
@@ -452,7 +452,7 @@ jobs:
452
# We don't run memory sanitizer as it's clang-only and provides many
453
# false positives for Catch2
454
455
456
457
sanitizer_flags: "-Zsanitizer=thread"
458
name: "Rust/C++ FFI tests (${{ matrix.sanitizer }})"
0 commit comments