Skip to content

Commit 96abbcc

Browse files
authored
Run test on multiple machines
1 parent 333b720 commit 96abbcc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os: [macos-latest, ubuntu-latest, windows-latest]
1215
steps:
1316
- uses: actions/checkout@v2
1417
- name: Set up Python
@@ -44,4 +47,4 @@ jobs:
4447
message_id: ${{ steps.slack.outputs.message_id }}
4548
channel: github-actions
4649
status: FAILED
47-
color: danger
50+
color: danger

0 commit comments

Comments
 (0)