mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-19 03:31:28 +03:00
add windows build to CI
This commit is contained in:
11
.github/workflows/rust.yml
vendored
11
.github/workflows/rust.yml
vendored
@@ -24,3 +24,14 @@ jobs:
|
|||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user