Skip to content

Commit

Permalink
Try to run tests now on cross
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Sep 22, 2024
1 parent 242a77e commit 6d65b68
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-musl
- s390x-unknown-linux-gnu # TODO: won't compile for s390x
- s390x-unknown-linux-gnu
- aarch64-unknown-linux-musl
steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,10 @@ jobs:
run: cargo install cross --git https://github.com/cross-rs/cross --rev 6d097fb

- name: Build
run: cross build --target ${{ matrix.target }} --release
run: cross build --target ${{ matrix.target }} --release -vv

- name: Test
run: cross test --target ${{ matrix.target }} --release -vv

test-wasm32-emscripten:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6d65b68

Please sign in to comment.