From 201c0262840fc51f9267a5fb2990fec51bc66f3a Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 26 Jun 2022 16:00:14 -0400 Subject: [PATCH] Show full KBI trace for help with CI hangs --- .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 fcc5260..5f94c69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,4 +111,4 @@ jobs: run: pip install -U . -r requirements-test.txt -r requirements-docs.txt --upgrade-strategy eager - name: Run tests - run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rs + run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rs --full-trace