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: