Skip to content

Commit a3c7742

Browse files
committed
ci: add matrix for other OSes
1 parent f8383e8 commit a3c7742

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compile and run unit tests
1+
name: Compile and run tests
22

33
permissions: read-all
44

@@ -10,8 +10,15 @@ on:
1010

1111
jobs:
1212
run-tests:
13-
runs-on: ubuntu-latest
14-
13+
name: Tests on ${{ matrix.os }}
14+
runs-on: ${{ matrix.os }}
15+
strategy:
16+
fail-fast: false
17+
matrix:
18+
os:
19+
- ubuntu-latest
20+
- windows-latest
21+
- macos-latest
1522
steps:
1623
- name: Check out repository
1724
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)