Skip to content

Commit

Permalink
Check for outdated deps in fuzz target
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 7, 2022
1 parent 0879bb7 commit 0dafd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exit-code 1
- run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1

fuzz:
name: Fuzz
Expand Down

0 comments on commit 0dafd83

Please sign in to comment.