We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bf7de commit c5e08bdCopy full SHA for c5e08bd
.github/workflows/test32bit.yml
@@ -43,7 +43,7 @@ jobs:
43
rustup toolchain install
44
- name: cargo check
45
run: |
46
- cargo hack check --all-targets --target=i686-unknown-linux-gnu --feature-powerset
+ cargo hack check --verbose --all-targets --target=i686-unknown-linux-gnu --feature-powerset
47
- name: cargo tests
48
49
cargo hack test --target=i686-unknown-linux-gnu --feature-powerset
0 commit comments