diff --git a/Justfile b/Justfile index 721426d..1ab9c1d 100644 --- a/Justfile +++ b/Justfile @@ -30,7 +30,7 @@ e2e-venv: test-e2e: e2e-venv release cd ./e2e_tests \ && . ./venv/bin/activate \ - && TMPDIR=/dev/shm python -m pytest . + && TMPDIR=/dev/shm python -m pytest --color=yes . update-dependencies: @cd ./depcheck \