mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 22:42:25 +00:00
setup-action: install pytest-xdist, use in template.
This commit is contained in:
parent
dc8c97b368
commit
12f3ecd3ce
|
@ -30,7 +30,7 @@ runs:
|
|||
shell: bash
|
||||
|
||||
- name: Install pytest
|
||||
run: pip install pytest
|
||||
run: pip install pytest pytest-xdist
|
||||
shell: bash
|
||||
|
||||
- name: Install niar
|
||||
|
|
2
template/.github/workflows/unit-tests.yml
vendored
2
template/.github/workflows/unit-tests.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
|||
- uses: kivikakk/niar/setup-action@main
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests
|
||||
run: pytest -n auto tests
|
||||
|
|
Loading…
Reference in a new issue