From 44eff2d6500ce4db14762e3fac5bfa792f307cd3 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Thu, 7 Nov 2024 08:29:29 -0500 Subject: [PATCH] add color to test --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6bf2e66..7f5bcca 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -30,4 +30,4 @@ jobs: pip install ".[dev]" - name: Test with pytest run: | - pytest tests + pytest --color=yes -v tests