Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtfkwk committed Apr 4, 2024
1 parent 548c651 commit 9476f6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check
run: cargo install cargo-outdated cargo-audit && cargo outdated && cargo audit
- name: Update
run: cargo install cargo-edit && cargo upgrade --incompatible && cargo update

0 comments on commit 9476f6e

Please sign in to comment.