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 4bc94d6 commit 11c2741Copy full SHA for 11c2741
.github/workflows/test32bit.yml
@@ -29,6 +29,7 @@ jobs:
29
toolchain: ${{ matrix.rust }}
30
override: true
31
- uses: Swatinem/rust-cache@v1
32
+ - uses: taiki-e/install-action@cargo-hack
33
- name: Install Linux tooling for 32 bit builds
34
run: |
35
sudo apt-get update -y
@@ -38,7 +39,4 @@ jobs:
38
39
rustup target install i686-unknown-linux-gnu
40
- name: cargo tests
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
+ cargo hack test --target=i686-unknown-linux-gnu --each-feature
0 commit comments