Skip to content

Commit

Permalink
Merge branch 'master' of github.com:qtfkwk/xpg
Browse files Browse the repository at this point in the history
  • Loading branch information
qtfkwk committed Apr 4, 2024
2 parents fb78bb7 + d84e52e commit 9aee8e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Update dependencies
run: cargo install cargo-edit && cargo upgrade --incompatible && cargo update
- name: Check
run: cargo install cargo-outdated cargo-audit && cargo outdated && cargo audit
run: cargo install cargo-outdated cargo-audit && cargo outdated --exit-code 1 && cargo audit
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 9aee8e3

Please sign in to comment.