Speed up cargo-hack installation in CI

main
Dominik Nakamura 1 year ago
parent e844f4c811
commit 9fafb3094a
No known key found for this signature in database

@ -14,7 +14,7 @@ jobs:
- name: Configure cache
uses: Swatinem/rust-cache@v2
- name: Install cargo-hack
run: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Check feature combinations
run: cargo hack clippy --feature-powerset --no-dev-deps
test:

Loading…
Cancel
Save