add windows build to CI

This commit is contained in:
Ferdinand Schober
2023-02-13 18:12:28 +01:00
parent 5c9b75ecb2
commit 339e513646

View File

@@ -24,3 +24,14 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose