Skip to content

Commit

Permalink
fuzz only with rust-crypto for now
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Sep 27, 2021
1 parent e6cb87b commit 968ec69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,5 @@ jobs:
with:
crate: cargo-fuzz
version: latest
- name: Fuzz Base
if: matrix.os == 'ubuntu-latest'
run: cargo fuzz run base -- -runs=10000
- name: Fuzz Base w/ RustCrypto
run: cargo fuzz run base -- -runs=10000
2 changes: 2 additions & 0 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ libfuzzer-sys = "0.3"

[dependencies.hpke-rs]
path = ".."
default-features = false
features = ["rust-crypto"]

# Prevent this from interfering with workspaces
[workspace]
Expand Down

0 comments on commit 968ec69

Please sign in to comment.