Skip to content

Commit

Permalink
Compile fuzz targets in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 29, 2022
1 parent 833e427 commit f3b27cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -63,6 +63,15 @@ jobs:
- name: Run cargo miri test (32-bit big endian)
run: cargo miri test --target mips-unknown-linux-gnu

fuzz:
name: Fuzz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-fuzz
- run: cargo fuzz build -O

outdated:
name: Outdated
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3b27cd

Please sign in to comment.