We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881f07c commit be14a11Copy full SHA for be14a11
rust/Earthfile
@@ -67,6 +67,12 @@ build:
67
--coverage="cat-libs.coverage.info" \
68
--docs="true"
69
70
+ SAVE ARTIFACT target/doc doc
71
+ SAVE ARTIFACT target/release/cbork cbork
72
+
73
+ RUN ls -la ~/build/target/release
74
+ RUN ls -la /tmp/earthly/
75
76
# build-src-check: Check for any caching issues with the source we are building against.
77
check-builder-src-cache:
78
FROM +builder
0 commit comments