From a6f8f333f3074c561432ae0ce5a0c40d21d49152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bournhonesque?= Date: Fri, 10 Nov 2023 11:41:52 +0100 Subject: [PATCH] chore: add clean_tests command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 875fb8cb68..c67e87874c 100644 --- a/Makefile +++ b/Makefile @@ -267,6 +267,10 @@ prune_cache: clean: goodbye hdown prune prune_cache +# clean tests, remove containers and volume (useful if you changed env variables, etc.) +clean_tests: + ${DOCKER_COMPOSE_TEST} down -v --remove-orphans + #-----------# # Utilities # #-----------#