There was an error while loading. Please reload this page.
1 parent b8878d8 commit e8677dcCopy full SHA for e8677dc
1 file changed
.github/workflows/ci.yml
@@ -352,7 +352,7 @@ jobs:
352
# report is emitted by the cmd test binary. Keep this diagnostic
353
# invocation focused so symbolized LSan feedback is fast.
354
cargo +${SANITIZER_TOOLCHAIN} test -Z build-std --target x86_64-unknown-linux-gnu \
355
- -p cmd --lib -- --test-threads=1 2>&1 | tee sanitizer.log
+ -p cmd --lib 2>&1 | tee sanitizer.log
356
elif [[ "${{ matrix.sanitizer }}" == "thread" ]]; then
357
# RocksDB/libstdc++ trigger sanitizer reports and timing instability
358
# in storage integration test binaries. The net crate's end-to-end
0 commit comments