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
The following commit(s) were added to refs/heads/db/extended-allocator-profile
by this push:
new ea9ea60759 dependency cache
ea9ea60759 is described below
commit ea9ea60759c0c3a2f0eaea8b1287b316389e0886
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]