Skip to content

Commit 3628496

Browse files
committed
Add Windows to CI test matrix
1 parent dcfe0bb commit 3628496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: [ubuntu-latest, macos-latest]
45+
os: [ubuntu-latest, macos-latest, windows-latest]
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)