Remove windows from test matrix
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3b2a368df0
commit
a2826c9922
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# add windows-latest when it is clear why tests are failing
|
# add windows-latest when it is clear why tests are failing
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
|
Loading…
Reference in New Issue
Block a user