Skip to content

Commit

Permalink
review: disable cargo outdated as well.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Oct 27, 2024
1 parent c872b0c commit 1f14ef9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,9 @@ jobs:
#- name: Run cargo audit
# run: cargo audit

- name: Run cargo outdated
run: cargo outdated --root-deps-only --exit-code 1
# TODO: Re-enable once cargo outdated supports Cargo lockfile v4.
#- name: Run cargo outdated
# run: cargo outdated --root-deps-only --exit-code 1

- name: Rename .wasm to match expected filename
run: |
Expand Down

0 comments on commit 1f14ef9

Please sign in to comment.