Skip to content

Commit 7496021

Browse files
committed
github: workflow: test: Run on Windows
Added windows-latest to the OS matrix.
1 parent add0491 commit 7496021

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
build-test:
7-
runs-on:
8-
- ubuntu-latest
7+
runs-on: ${{ matrix.os }}
98
strategy:
109
fail-fast: false
10+
matrix:
11+
os: [ubuntu-latest, windows-latest]
1112

1213
steps:
1314
- name: Setup Python

0 commit comments

Comments
 (0)