We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5480b23 commit bc2335bCopy full SHA for bc2335b
1 file changed
.github/workflows/sanitize.yml
@@ -79,7 +79,7 @@ jobs:
79
PWD=$(pwd)
80
export LSAN_OPTIONS="suppressions=$PWD/suppressions.txt"
81
fi
82
- cargo test --locked -Z build-std --features ci --target "$TARGET"
+ cargo test --locked -Z build-std --target "$TARGET"
83
cargo hack --workspace test --locked -Z build-std --target "$TARGET"
84
85
- name: Save simulation seeds artifact
0 commit comments