We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6186b commit 5b6d457Copy full SHA for 5b6d457
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
32
steps:
33
- uses: actions/checkout@v4
34
- uses: Swatinem/rust-cache@v2
0 commit comments