Skip to content

Commit 8ec36b6

Browse files
committed
Windows CI
1 parent 3c03e1e commit 8ec36b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ jobs:
2222
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2323
- run: cargo build --verbose
2424
- run: cargo test --verbose
25+
26+
build_and_test_win:
27+
name: Rust project - latest (Windows)
28+
runs-on: windows-latest
29+
steps:
30+
- uses: actions/checkout@v4
31+
- run: rustup update stable && rustup default stable
32+
- run: cargo build --verbose
33+
- run: cargo test --verbose

0 commit comments

Comments
 (0)