We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8383e8 commit 1ef7cf4Copy full SHA for 1ef7cf4
1 file changed
.github/workflows/run-tests.yml
@@ -10,8 +10,15 @@ on:
10
11
jobs:
12
run-tests:
13
- runs-on: ubuntu-latest
14
-
+ name: Tests on ${{ matrix.os }}
+ runs-on: ${{ matrix.os }}
15
+ strategy:
16
+ fail-fast: false
17
+ matrix:
18
+ os:
19
+ - ubuntu-latest
20
+ - windows-latest
21
+ - macos-latest
22
steps:
23
- name: Check out repository
24
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments