Add Windows back into test matrix

This commit is contained in:
0/0 2023-03-14 03:02:58 +00:00 committed by GitHub
parent 2e17fe9545
commit cf278027ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
rust-version: [stable, nightly] rust-version: [stable, nightly]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: