Skip to content

Commit 4c8fe97

Browse files
add Windows to MSRV tests
1 parent 84dfe24 commit 4c8fe97

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,13 @@ jobs:
233233

234234
msrv:
235235
name: MSRV
236-
runs-on: ubuntu-20.04
236+
runs-on: ${{ matrix.os }}
237+
strategy:
238+
fail-fast: false
239+
matrix:
240+
include:
241+
- os: ubuntu-20.04
242+
- os: windows-latest
237243
steps:
238244
- uses: actions/checkout@v3
239245
with:

0 commit comments

Comments
 (0)