Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Run in serial
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed May 16, 2022
1 parent 5f78a38 commit 9aa5a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test
run: |
../sage -python -m pip install coverage pytest-xdist
../sage -python -m coverage run -m pytest -c tox.ini -n auto --doctest-modules
../sage -python -m coverage run -m pytest -c tox.ini --doctest-modules
working-directory: ./src

- name: Prepare coverage results
Expand Down

0 comments on commit 9aa5a42

Please sign in to comment.