From b457029a3ccef5362d429f56e73641dc434189fb Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Sat, 4 Feb 2023 12:22:16 +0900 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ea50e001..a9c5ab69 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -39,8 +39,6 @@ jobs: python-version: "3.11.0" - uses: Swatinem/rust-cache@v2 - run: rustup update stable - - name: Compile - run: cargo test --features large_thread --all --verbose --no-run - name: Run tests (Windows) if: runner.os == 'Windows' # HACK: The cause is unknown, but on windows, the exit code is 1 even if tests are successful.