Skip to content

Commit

Permalink
Try no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpartridge committed Oct 8, 2024
1 parent d605d3b commit 612c420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 612c420

Please sign in to comment.