We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b44aa commit 3570803Copy full SHA for 3570803
3 files changed
.github/workflows/ci.yml
@@ -62,10 +62,13 @@ jobs:
62
rustup component add clippy
63
cargo clippy --all-targets --all-features -- -D warnings
64
65
+ - name: Install cargo extensions
66
+ uses: taiki-e/install-action@v2
67
+ with:
68
+ tool: cargo-deny
69
+
70
- name: Run cargo deny
- run: |
- cargo install cargo-deny
- cargo deny check
71
+ run: cargo deny check
72
73
- name: Run tests
74
run: cargo test --locked --no-fail-fast
0 commit comments