From 9b0a42960052332a2402d6d4e2e6145e87d0d03b Mon Sep 17 00:00:00 2001 From: Cameron Irmas Date: Mon, 7 Aug 2023 13:02:32 -0700 Subject: [PATCH] Add trace --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d32e703..05bd78454 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Unit tests run: | pip install pytest - pytest --collect-only --cache-clear -vs tests + pytest --collect-only --cache-clear --trace -vs tests/hopp - name: Lint with flake8 run: | # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide