Update CI check script
This commit is contained in:
parent
6892b43203
commit
d0c7d79d9b
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
|||||||
- name: Check JVM (Windows)
|
- name: Check JVM (Windows)
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: ./gradlew jvmTest
|
run: ./gradlew jvmTest mingwX64Test
|
||||||
- name: Check Linux
|
- name: Check Linux
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Check iOS
|
- name: Check iOS
|
||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./gradlew iosX64Test
|
run: ./gradlew iosX64Test macosX64Test
|
||||||
- name: Check Android
|
- name: Check Android
|
||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user