From 38ce728b180657bf8dff54c3f24ab891ab0fe202 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Fri, 3 May 2024 00:43:51 +0100 Subject: [PATCH] Revert "Be super duper extra sure both MinGW and MSVC are tested on CI" This reverts commit 9e1059422f99b8ed25aee7d24ad85c7a19836f73. --- .github/workflows/windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 47569a4..e5ec989 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,9 +30,7 @@ jobs: profile: minimal override: true target: "wasm32-unknown-unknown" - - name: "Test on the native x86_64-pc-windows-msvc" - env: - AUDITABLE_TEST_TARGET: "x86_64-pc-windows-msvc" + - name: "Test on the native x86_64-pc-windows-mscv" run: cargo test --all-features --workspace - name: "Test when cross-compiling to x86_64-pc-windows-gnu" env: