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 0eaad9d commit eed5a41
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 @@ -68,3 +68,4 @@ 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

0 comments on commit eed5a41

Please sign in to comment.