Skip to content

Commit b13fcfe

Browse files
committed
Revert "Attempting to fix CI based on recommendation to try running clean, but this shouldn't be necessary"
This reverts commit 10248c2.
1 parent 10248c2 commit b13fcfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/rust.yml

-3
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,6 @@ jobs:
382382
fetch-depth: 1
383383
- name: Setup Rust toolchain
384384
uses: ./.github/actions/setup-macos-aarch64-builder
385-
- name: TEMPORARY CLEAN ACTION
386-
shell: bash
387-
run: cargo clean
388385
- name: Run tests (excluding doctests)
389386
shell: bash
390387
run: cargo test --profile ci --lib --tests --bins --features avro,json,backtrace,integration-tests

0 commit comments

Comments
 (0)