This is an automated email from the ASF dual-hosted git repository.

blaginin pushed a commit to branch db/extended-allocator-profile
in repository https://gitbox.apache.org/repos/asf/datafusion.git

commit ea68466e3051e3bf635d519f334ac679afa69899
Author: blaginin <[email protected]>
AuthorDate: Wed Mar 4 10:01:05 2026 +0000

    dependency cache
---
 .github/workflows/extended.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml
index 8c8d4c300a..4d78714d75 100644
--- a/.github/workflows/extended.yml
+++ b/.github/workflows/extended.yml
@@ -177,11 +177,11 @@ jobs:
         uses: ./.github/actions/setup-builder
         with:
           rust-version: stable
+      - name: Rust Dependency Cache
+        uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5  # 
v2.8.2
+        with:
+          # save-if: ${{ github.ref_name == 'main' }}
+          shared-key: "sqllogictest-sqlite"
       - name: Run sqllogictest
         run: |
-          cargo test --features backtrace,parquet_encryption --profile release 
--test sqllogictests -- --include-sqlite
-          cargo clean
-
-
-
-
+          cargo test --features backtrace,parquet_encryption --profile release 
--test sqllogictests -- --include-sqlite
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to