Skip to content

Commit

Permalink
Change: run SimulatorTests in iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
acrusage-iaik committed Apr 29, 2024
1 parent aa2186f commit 4f98e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build klibs
run: ./gradlew iosArm64MainKlibrary iosX64MainKlibrary
- name: Run tests
run: ./gradlew iosX64Test
run: ./gradlew iosSimulatorArm64Test
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
Expand Down

0 comments on commit 4f98e9d

Please sign in to comment.