From c86030777aba95469262a9f84fd48e9ea3dd195b Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 12 Oct 2022 12:15:39 -0700 Subject: [PATCH] ladies and gentlemen, we got him --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfead362b40..193f94c9e01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,10 +80,6 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: Install cargo-hack uses: taiki-e/install-action@cargo-hack - # trying to figure out what the panic i cant repro was lol - - name: test tokio full - run: cargo test --features full --test task_local_set -- --nocapture --test-threads=1 - working-directory: tokio # Run `tokio` with `full` features. This excludes testing utilities which # can alter the runtime behavior of Tokio.