Skip to content

Commit

Permalink
💚 Fix CI workflow
Browse files Browse the repository at this point in the history
semver: chore
  • Loading branch information
Somfic committed Oct 30, 2024
1 parent 228f751 commit 6a9f3bc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ jobs:
cargo fmt --all -- --check
cargo clippy -- -D warnings
- name: Install cargo check tools
run: |
cargo install --locked cargo-deny || true
cargo install --locked cargo-outdated || true
cargo install --locked cargo-udeps || true
cargo install --locked cargo-audit || true
cargo install --locked cargo-pants || true
# - name: Install cargo check tools
# run: |
# cargo install --locked cargo-deny || true
# cargo install --locked cargo-outdated || true
# cargo install --locked cargo-udeps || true
# cargo install --locked cargo-audit || true
# cargo install --locked cargo-pants || true

- name: Check
run: |
cargo deny check -c config/cargo-deny.toml
cargo outdated
cargo udeps
rm -rf ~/.cargo/advisory-db
cargo audit
cargo pants
# - name: Check
# run: |
# cargo deny check -c config/cargo-deny.toml
# cargo outdated
# cargo udeps
# rm -rf ~/.cargo/advisory-db
# cargo audit
# cargo pants

- name: Test
run: cargo test
Expand Down

0 comments on commit 6a9f3bc

Please sign in to comment.