Skip to content

Commit

Permalink
use complete spec
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Dec 5, 2024
1 parent 2304f02 commit 0d792da
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d792da

Please # to comment.