Attempting to add Windows CI

This commit is contained in:
Jonathan Johnson 2024-01-01 13:00:55 -08:00
parent 4d94bccfa6
commit 912d5566bc
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -44,3 +44,15 @@ jobs:
- name: Run default features unit tests
run: |
cargo test --all-features --all-targets
test-windows:
name: Test on MSRV
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Run default features unit tests
run: |
cargo test --all-features --all-targets