Skip to content

Commit c5e08bd

Browse files
committed
verbose for checking
1 parent e2bf7de commit c5e08bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test32bit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
rustup toolchain install
4444
- name: cargo check
4545
run: |
46-
cargo hack check --all-targets --target=i686-unknown-linux-gnu --feature-powerset
46+
cargo hack check --verbose --all-targets --target=i686-unknown-linux-gnu --feature-powerset
4747
- name: cargo tests
4848
run: |
4949
cargo hack test --target=i686-unknown-linux-gnu --feature-powerset

0 commit comments

Comments
 (0)