Skip to content

Commit

Permalink
Merge pull request #90 from shepmaster/big-endian
Browse files Browse the repository at this point in the history
Add a big-endian test runner
  • Loading branch information
shepmaster authored May 4, 2022
2 parents 79168f7 + bc0e415 commit 5f3f3a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,21 @@ jobs:
with:
command: test
args: --manifest-path "compatibility-tests/${{ matrix.test }}/Cargo.toml"

big_endian:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: s390x

- name: Cross test
uses: actions-rs/cargo@v1
with:
use-cross: true
command: test
args: --target s390x-unknown-linux-gnu

0 comments on commit 5f3f3a3

Please sign in to comment.