From 612c4207d60499ac57261f4c32f9a801a5e4544e Mon Sep 17 00:00:00 2001 From: carlpartridge Date: Tue, 8 Oct 2024 19:15:58 -0400 Subject: [PATCH] Try no cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c9803251..cd8157a38 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ package: setup-tests: # Clean up any existing data to ensure we spin up container in a known state. docker compose -f docker-compose.test.yml rm -fsv tests - docker compose -f docker-compose.test.yml build tests + docker compose -f docker-compose.test.yml build --no-cache tests LINT_TIMEOUT ?= 3m lint: