CI: Run tests on Windows

pull/171/head
Tpt 3 years ago
parent 431ec26536
commit 943d116f56
  1. 5
      .github/workflows/build.yml

@ -28,7 +28,10 @@ jobs:
- run: cargo clippy --all --all-targets --all-features - run: cargo clippy --all --all-targets --all-features
test: test:
runs-on: ubuntu-latest strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:

Loading…
Cancel
Save