mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 12:57:39 +03:00
Disable doc tests for windows (#108)
This commit is contained in:
parent
851d3b970f
commit
a2605262c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all --all-features --no-fail-fast -- --nocapture
|
||||
args: --lib --all-features --no-fail-fast -- --nocapture
|
||||
--skip test_panic_in_worker
|
||||
--skip test_connection_force_close
|
||||
--skip test_connection_server_close
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue