From 4b4242069601be21bbe23ff71bee7df8813aac0f Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Mon, 24 Apr 2023 23:00:49 +0100
Subject: [PATCH] build-configs(update)

---
 justfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/justfile b/justfile
index 6e905ba..29db2b8 100644
--- a/justfile
+++ b/justfile
@@ -18,7 +18,7 @@ composer *args:
 alias phpunit := test
 
 test *args:
-  just _run php phpunit {{ args }}
+  just _run php phpunit --colors=always {{ args }}
 
 drush *args:
   just _exec php drush {{ args }}
@@ -29,6 +29,7 @@ install *args:
 
 
 
+
 _exec +args:
   docker compose exec {{ args }}