We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c03e1e commit 8ec36b6Copy full SHA for 8ec36b6
.github/workflows/ci.yml
@@ -22,3 +22,12 @@ jobs:
22
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
23
- run: cargo build --verbose
24
- 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