Skip to content

Commit 8b1e08c

Browse files
committed
test ci
1 parent 74fc2ca commit 8b1e08c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/Earthfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ check:
5252
build:
5353
FROM +builder-src
5454
RUN --no-cache echo "Cache Disabled"
55+
WAIT
5556
DO rust-ci+EXECUTE \
5657
--cmd="/scripts/std_build.py" \
5758
--args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \
@@ -63,7 +64,7 @@ build:
6364
--junit="cat-libs.junit-report.xml" \
6465
--coverage="cat-libs.coverage.info" \
6566
--docs="true"
66-
67+
END
6768
SAVE ARTIFACT target/doc doc
6869
SAVE ARTIFACT target/release/cbork cbork
6970
SAVE ARTIFACT ~/build/target build

0 commit comments

Comments
 (0)