Make installation of cargo-hack faster and robust

Use taiki-e/install-action to install prebuilt binaries.
This commit is contained in:
Taiki Endo
2022-07-09 15:36:26 +09:00
parent 6fddfedafe
commit bb581d7baa
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Install Rust
run: rustup update stable
- name: Install cargo-hack
run: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
- run: cargo hack build --feature-powerset --optional-deps --no-dev-deps
- run: cargo test --all-features