We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c11bbd commit d148bc7Copy full SHA for d148bc7
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
strategy:
9
matrix:
10
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
11
rust: ["1.47.0", "1.51.0"]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments