Compile Cargo hack using debug profile

The performance of it doesn't really matter much.
This commit is contained in:
Thomas de Zeeuw
2022-07-19 22:26:49 +02:00
parent 78068caec2
commit 1abc6ddf30
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
toolchain: stable
override: true
- name: Install Cargo-hack
run: cargo install cargo-hack
run: cargo install --debug cargo-hack
- name: Check all features
run: cargo hack check --feature-powerset
- name: Tests
@@ -102,6 +102,6 @@ jobs:
- name: Install all targets
run: make install_targets
- name: Install Cargo-hack
run: cargo install cargo-hack
run: cargo install --debug cargo-hack
- name: Check all targets
run: make check_all_targets