From e5a1c53e06b891263f53fac5f21ed58d13f47a90 Mon Sep 17 00:00:00 2001 From: bkioshn Date: Mon, 23 Dec 2024 09:51:15 +0700 Subject: [PATCH] test ci --- rust/Earthfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/Earthfile b/rust/Earthfile index a97149d7a8..bddb1453a6 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -67,6 +67,9 @@ build: SAVE ARTIFACT target/doc doc SAVE ARTIFACT target/release/cbork cbork + RUN ls -la ~/build/target/release + RUN ls -la /tmp/earthly/ + # build-src-check: Check for any caching issues with the source we are building against. check-builder-src-cache: FROM +builder