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 Sep 28, 2022
1 parent 93497ba commit f199b22
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 @@ -146,3 +146,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 f199b22

Please sign in to comment.