From 0d792da4350d631b0a902e38259fdd05c34cd4a6 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Thu, 5 Dec 2024 11:08:15 +0100 Subject: [PATCH] use complete spec --- .github/workflows/testing.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e3534cf..54d99a9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -46,16 +46,7 @@ - name: run tests run: - pixi run -e tests pytest -v - # pytest - # --verbose \ - # -r a \ - # --numprocesses logical \ - # --color yes \ - # --cov core \ - # --cov-append \ - # --cov-report term-missing \ - # --cov-report xml . \ + pixi run -e tests pytest -v -r a -n logical --color yes --cov code --cov-append --cov-report term-missing --cov-report xml . - name: codecov uses: codecov/codecov-action@v4