From b13fcfe119b16fdfc91d7fffac509d886bbd108f Mon Sep 17 00:00:00 2001 From: Tim Saucer Date: Wed, 12 Feb 2025 07:39:25 -0500 Subject: [PATCH] Revert "Attempting to fix CI based on recommendation to try running clean, but this shouldn't be necessary" This reverts commit 10248c27f6df3ff741a68824d85c729aa52ddf49. --- .github/workflows/rust.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index af9c2af040f0e..c023faa9b1687 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -382,9 +382,6 @@ jobs: fetch-depth: 1 - name: Setup Rust toolchain uses: ./.github/actions/setup-macos-aarch64-builder - - name: TEMPORARY CLEAN ACTION - shell: bash - run: cargo clean - name: Run tests (excluding doctests) shell: bash run: cargo test --profile ci --lib --tests --bins --features avro,json,backtrace,integration-tests