Install Cargo-hack in CheckTargets

This commit is contained in:
Thomas de Zeeuw
2022-07-19 22:19:18 +02:00
parent c63cc7093b
commit 78068caec2
+2
View File
@@ -101,5 +101,7 @@ jobs:
components: clippy
- name: Install all targets
run: make install_targets
- name: Install Cargo-hack
run: cargo install cargo-hack
- name: Check all targets
run: make check_all_targets