Skip to content

Commit 6b91c96

Browse files
committed
Check for outdated deps in fuzz target
1 parent 845b928 commit 6b91c96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ jobs:
112112
- uses: actions/checkout@v3
113113
- uses: dtolnay/install@cargo-outdated
114114
- run: cargo outdated --workspace --exit-code 1
115+
- run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1

0 commit comments

Comments
 (0)