Skip to content

Commit

Permalink
Disable broken fuzz build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 26, 2021
1 parent 9420d3a commit 5bae82d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- run: cargo install cargo-fuzz --debug
- run: cargo fuzz build -O
# Currently broken. https://github.com/rust-fuzz/cargo-fuzz/issues/276
continue-on-error: true

0 comments on commit 5bae82d

Please sign in to comment.