Skip to content

Commit

Permalink
add all features to cargo fuzz github action
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jan 15, 2025
1 parent 22e84e8 commit 01b142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
cd tools
cargo run --bin generate-fuzz-corpus
- name: build
run: cargo fuzz list | xargs -I "%" sh -c "cargo fuzz run % -- -max_total_time=30 || exit 255"
run: cargo fuzz list | xargs -I "%" sh -c "cargo fuzz run % -- -max_total_time=30 || exit 255 --all-features"

unit_tests:
name: Unit tests
Expand Down

0 comments on commit 01b142b

Please sign in to comment.