Skip to content

Commit

Permalink
Run tests on ARM on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Dec 2, 2024
1 parent 5c2538c commit d5e9741
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
rustup target add powerpc-unknown-linux-gnu
cargo build --target powerpc-unknown-linux-gnu
test_all:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # macos-latest is ARM
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: rustup default stable
Expand Down

0 comments on commit d5e9741

Please sign in to comment.