Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Dec 23, 2024
1 parent 74fc2ca commit 8b1e08c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand All @@ -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
Expand Down

0 comments on commit 8b1e08c

Please sign in to comment.