diff --git a/Earthfile b/Earthfile index e5a2f964..cc6af9c5 100644 --- a/Earthfile +++ b/Earthfile @@ -65,4 +65,4 @@ app-test: FROM +base-build COPY . . - RUN cargo test --release \ No newline at end of file + RUN --no-cache cargo test --release \ No newline at end of file