Skip to content

Commit 2f52702

Browse files
committed
test ci
1 parent 8b1e08c commit 2f52702

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rust/Earthfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ check:
5252
build:
5353
FROM +builder-src
5454
RUN --no-cache echo "Cache Disabled"
55-
WAIT
55+
5656
DO rust-ci+EXECUTE \
5757
--cmd="/scripts/std_build.py" \
5858
--args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \
@@ -64,10 +64,8 @@ build:
6464
--junit="cat-libs.junit-report.xml" \
6565
--coverage="cat-libs.coverage.info" \
6666
--docs="true"
67-
END
67+
6868
SAVE ARTIFACT target/doc doc
69-
SAVE ARTIFACT target/release/cbork cbork
70-
SAVE ARTIFACT ~/build/target build
7169

7270
# build-src-check: Check for any caching issues with the source we are building against.
7371
check-builder-src-cache:

0 commit comments

Comments
 (0)