We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ea205 commit d7b6499Copy full SHA for d7b6499
.github/workflows/ci.yml
@@ -48,15 +48,11 @@ jobs:
48
name: Test i386
49
runs-on: ubuntu-latest
50
steps:
51
- - uses: docker/setup-qemu-action@v3
52
- with:
53
- platforms: linux/386
54
- - uses: docker/setup-buildx-action@v3
55
56
57
- - uses: docker/build-push-action@v5
+ - uses: actions/checkout@v4
+ - uses: dtolnay/rust-toolchain@stable
58
with:
59
+ targets: i686-unknown-linux-gnu
+ - run: cargo test --all-features --target=i686-unknown-linux-gnu
60
61
test-s390x:
62
name: Test S390x
0 commit comments