From 711f6c800c7311471d14d0f69a37fba6e5761f82 Mon Sep 17 00:00:00 2001 From: Vladimir Borisov Date: Thu, 17 Oct 2024 11:31:52 +0300 Subject: [PATCH] Add target for tests --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 570f501..cb585ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,10 +12,6 @@ jobs: run: git config --global core.autocrlf false - name: checkout uses: actions/checkout@v3 - - name: Set up Visual Studio shell - uses: egor-tensin/vs-shell@v2 - with: - arch: Win32 - name: Stable with rustfmt and clippy uses: actions-rust-lang/setup-rust-toolchain@v1 with: @@ -27,5 +23,5 @@ jobs: - name: Lint code run: cargo clippy --all -- -D warnings - name: Test - run: cargo test + run: cargo test --target i686-pc-windows-msvc