Disable doc tests for windows (#108)

This commit is contained in:
Nikolay Kim 2022-05-05 17:28:46 +06:00 committed by GitHub
parent 851d3b970f
commit a2605262c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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