Skip to content

Commit

Permalink
--no-cache for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherkitty committed Sep 5, 2024
1 parent a84445a commit 1e64111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ app-test:
FROM +base-build
COPY . .

RUN cargo test --release
RUN --no-cache cargo test --release

0 comments on commit 1e64111

Please sign in to comment.