Skip to content

Commit

Permalink
Skip libfuzzer CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 committed Oct 11, 2024
1 parent a49ba21 commit ce5627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ run_verification_tests dpe_profile_p384_sha384 rustcrypto
cargo fmt --check
cargo clippy --features libfuzzer-sys
cargo clippy --features afl
cargo +nightly-2023-11-16 fuzz build --features libfuzzer-sys
# cargo +nightly-2023-11-16 fuzz build --features libfuzzer-sys
cargo +nightly-2023-11-16 afl build --features afl
)

Expand Down

0 comments on commit ce5627b

Please sign in to comment.