Skip to content

Commit d7b6499

Browse files
committed
test3
Signed-off-by: Martin Kröning <[email protected]>
1 parent a6ea205 commit d7b6499

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,11 @@ jobs:
4848
name: Test i386
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: docker/setup-qemu-action@v3
52-
with:
53-
platforms: linux/386
54-
- uses: docker/setup-buildx-action@v3
55-
with:
56-
platforms: linux/386
57-
- uses: docker/build-push-action@v5
51+
- uses: actions/checkout@v4
52+
- uses: dtolnay/rust-toolchain@stable
5853
with:
59-
platforms: linux/386
54+
targets: i686-unknown-linux-gnu
55+
- run: cargo test --all-features --target=i686-unknown-linux-gnu
6056

6157
test-s390x:
6258
name: Test S390x

0 commit comments

Comments
 (0)