Skip to content

Commit 3c11bbd

Browse files
committed
Temporarily disable windows tests
1 parent 6f16f6d commit 3c11bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest, windows-latest]
10+
os: [ubuntu-latest, macos-latest]
1111
rust: ["1.47.0", "1.51.0"]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)