From 8b1e08c7e9261d48f50d743fd0992775943cec56 Mon Sep 17 00:00:00 2001 From: bkioshn Date: Mon, 23 Dec 2024 12:06:55 +0700 Subject: [PATCH] test ci --- rust/Earthfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/Earthfile b/rust/Earthfile index 0bd76b17a6..24269f75bf 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -52,6 +52,7 @@ check: build: FROM +builder-src RUN --no-cache echo "Cache Disabled" + WAIT DO rust-ci+EXECUTE \ --cmd="/scripts/std_build.py" \ --args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \ @@ -63,7 +64,7 @@ build: --junit="cat-libs.junit-report.xml" \ --coverage="cat-libs.coverage.info" \ --docs="true" - + END SAVE ARTIFACT target/doc doc SAVE ARTIFACT target/release/cbork cbork SAVE ARTIFACT ~/build/target build