From 7024aff22ec3582b1e42fabb44bec848acf7953a Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Fri, 20 Mar 2026 05:16:30 +1000 Subject: [PATCH 1/2] add pytest tag --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 452263b89..b3d2acc81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -176,7 +176,7 @@ jobs: - name: Run full coverage suite run: | - pytest -q --tb=short --disable-warnings -n 0 -p pytest_cov \ + pytest -n auto -q --tb=short --disable-warnings -n 0 -p pytest_cov \ --cov=ultraplot --cov-branch --cov-context=test \ --cov-report=xml:coverage.xml --cov-report= \ ultraplot/tests From c0c163d1c531659691a5d0db25850d48ef30c00b Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Fri, 20 Mar 2026 05:21:42 +1000 Subject: [PATCH 2/2] add pytest tag --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3d2acc81..e5aafe2b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -176,7 +176,7 @@ jobs: - name: Run full coverage suite run: | - pytest -n auto -q --tb=short --disable-warnings -n 0 -p pytest_cov \ + pytest -q --tb=short --disable-warnings -n auto -p pytest_cov \ --cov=ultraplot --cov-branch --cov-context=test \ --cov-report=xml:coverage.xml --cov-report= \ ultraplot/tests