Skip to content

Commit bc2335b

Browse files
committed
Remove CI feature from sanitize workflow
neqo uses this feature, but it's not present in neqo-crypto or nss-rs
1 parent 5480b23 commit bc2335b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sanitize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
PWD=$(pwd)
8080
export LSAN_OPTIONS="suppressions=$PWD/suppressions.txt"
8181
fi
82-
cargo test --locked -Z build-std --features ci --target "$TARGET"
82+
cargo test --locked -Z build-std --target "$TARGET"
8383
cargo hack --workspace test --locked -Z build-std --target "$TARGET"
8484
8585
- name: Save simulation seeds artifact

0 commit comments

Comments
 (0)