Skip to content

Commit e705062

Browse files
committed
WIP on testing on multiple OSes
1 parent cb8e6d1 commit e705062

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/check.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,15 @@ jobs:
3232

3333
android_unversioned_tests:
3434
# The type of runner that the job will run on
35-
runs-on: ubuntu-latest
35+
runs-on: ${{ matrix.os }}
36+
37+
strategy:
38+
fail-fast: false
39+
matrix:
40+
os:
41+
- ubuntu-latest
42+
- macos-latest
43+
- windows-latest
3644

3745
steps:
3846
# Checks-out your repository under $GITHUB_WORKSPACE for the job.

0 commit comments

Comments
 (0)