Skip to content

Commit 11c2741

Browse files
committed
Same treatment for 32 bit tests
1 parent 4bc94d6 commit 11c2741

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test32bit.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
toolchain: ${{ matrix.rust }}
3030
override: true
3131
- uses: Swatinem/rust-cache@v1
32+
- uses: taiki-e/install-action@cargo-hack
3233
- name: Install Linux tooling for 32 bit builds
3334
run: |
3435
sudo apt-get update -y
@@ -38,7 +39,4 @@ jobs:
3839
rustup target install i686-unknown-linux-gnu
3940
- name: cargo tests
4041
run: |
41-
cargo test --target=i686-unknown-linux-gnu
42-
- name: cargo tests (all feaures)
43-
run: |
44-
cargo test --target=i686-unknown-linux-gnu --all-features
42+
cargo hack test --target=i686-unknown-linux-gnu --each-feature

0 commit comments

Comments
 (0)