From 1e64111cf9bfb4660873d5560f0f7585231b1249 Mon Sep 17 00:00:00 2001 From: cypherkitty Date: Thu, 5 Sep 2024 15:45:06 -0700 Subject: [PATCH] --no-cache for unit tests --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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