Skip to content

Commit

Permalink
Run tests on iOS using Mac Catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Nov 1, 2024
1 parent b0a0771 commit 2c6887f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ jobs:
with:
command: test

test_ios:
name: "Test iOS (Catalyst)"
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Run iOS tests
run: |
rustup target add aarch64-apple-ios-macabi
cargo test --target aarch64-apple-ios-macabi
test_wasm:
name: Test wasm32-unknown-unknown
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c6887f

Please sign in to comment.