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 74f510e commit 8cebe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -110,7 +110,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

outdated:
name: Outdated
Expand Down

0 comments on commit 8cebe89

Please sign in to comment.