Skip to content

Commit 3570803

Browse files
authored
Faster cargo deny (#296)
1 parent 07b44aa commit 3570803

3 files changed

Lines changed: 49 additions & 886 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,13 @@ jobs:
6262
rustup component add clippy
6363
cargo clippy --all-targets --all-features -- -D warnings
6464
65+
- name: Install cargo extensions
66+
uses: taiki-e/install-action@v2
67+
with:
68+
tool: cargo-deny
69+
6570
- name: Run cargo deny
66-
run: |
67-
cargo install cargo-deny
68-
cargo deny check
71+
run: cargo deny check
6972

7073
- name: Run tests
7174
run: cargo test --locked --no-fail-fast

0 commit comments

Comments
 (0)