We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cb87b commit 968ec69Copy full SHA for 968ec69
.github/workflows/rust.yml
@@ -118,8 +118,5 @@ jobs:
118
with:
119
crate: cargo-fuzz
120
version: latest
121
- - name: Fuzz Base
122
- if: matrix.os == 'ubuntu-latest'
123
- run: cargo fuzz run base -- -runs=10000
124
- name: Fuzz Base w/ RustCrypto
125
run: cargo fuzz run base -- -runs=10000
fuzz/Cargo.toml
@@ -14,6 +14,8 @@ libfuzzer-sys = "0.3"
14
15
[dependencies.hpke-rs]
16
path = ".."
17
+default-features = false
18
+features = ["rust-crypto"]
19
20
# Prevent this from interfering with workspaces
21
[workspace]
0 commit comments