From a2605262c6dd4aaa8680b16f326a9cc076e94c56 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 5 May 2022 17:28:46 +0600 Subject: [PATCH] Disable doc tests for windows (#108) --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a3f00a60..f707ca5e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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