Skip to content

Commit 968ec69

Browse files
fuzz only with rust-crypto for now
1 parent e6cb87b commit 968ec69

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rust.yml

-3
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,5 @@ jobs:
118118
with:
119119
crate: cargo-fuzz
120120
version: latest
121-
- name: Fuzz Base
122-
if: matrix.os == 'ubuntu-latest'
123-
run: cargo fuzz run base -- -runs=10000
124121
- name: Fuzz Base w/ RustCrypto
125122
run: cargo fuzz run base -- -runs=10000

fuzz/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ libfuzzer-sys = "0.3"
1414

1515
[dependencies.hpke-rs]
1616
path = ".."
17+
default-features = false
18+
features = ["rust-crypto"]
1719

1820
# Prevent this from interfering with workspaces
1921
[workspace]

0 commit comments

Comments
 (0)