Skip to content

Commit

Permalink
Add Linux and Android CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Jan 7, 2025
1 parent b33c6ea commit 8833e6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
- name: Run tests
run: swift test -v

test-android:
linux-android:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
- name: Test Linux
uses: swift test
- name: Test Android
uses: skiptools/swift-android-action@v2

0 comments on commit 8833e6f

Please sign in to comment.