mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
Merge pull request #16 from async-std/deactivate-windows
Deactivate windows tests for now
This commit is contained in:
commit
ab51991e05
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ matrix:
|
|||
os: linux
|
||||
- rust: nightly
|
||||
os: osx
|
||||
- rust: nightly-x86_64-pc-windows-msvc
|
||||
os: windows
|
||||
# - rust: nightly-x86_64-pc-windows-msvc
|
||||
# os: windows
|
||||
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
|
|
Loading…
Reference in a new issue