Skip to content

Commit

Permalink
Speed up cargo fuzz CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 20, 2023
1 parent 5045abe commit 64d250d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-fuzz
- run: cargo fuzz build -O
- run: cargo fuzz check

miri:
name: Miri
Expand Down

0 comments on commit 64d250d

Please # to comment.