mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 23:02:24 +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
|
shell: bash
|
||||||
|
|
||||||
- name: Install pytest
|
- name: Install pytest
|
||||||
run: pip install pytest
|
run: pip install pytest pytest-xdist
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Install niar
|
- 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
|
- uses: kivikakk/niar/setup-action@main
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest tests
|
run: pytest -n auto tests
|
||||||
|
|
Loading…
Reference in a new issue