Skip to content

Commit e8677dc

Browse files
committed
ci: reproduce leak with parallel cmd tests
1 parent b8878d8 commit e8677dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
# report is emitted by the cmd test binary. Keep this diagnostic
353353
# invocation focused so symbolized LSan feedback is fast.
354354
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
355+
-p cmd --lib 2>&1 | tee sanitizer.log
356356
elif [[ "${{ matrix.sanitizer }}" == "thread" ]]; then
357357
# RocksDB/libstdc++ trigger sanitizer reports and timing instability
358358
# in storage integration test binaries. The net crate's end-to-end

0 commit comments

Comments
 (0)