From 6e51895ccdc04b9f2a306e42e93643e718a16810 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Thu, 23 May 2024 16:39:01 -0500 Subject: [PATCH] Revert "Work around nextest macro lib compatibility bug" --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d6cb9c223..640f112c6ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,9 +84,6 @@ jobs: tool: nextest - name: "Test (nextest)" run: cargo nextest run --all --no-fail-fast - env: - # Works around https://github.com/nextest-rs/nextest/issues/1493. - RUSTUP_WINDOWS_PATH_ADD_BIN: '1' test-32bit: runs-on: ubuntu-latest