1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 22:12:25 +00:00

setup-action: install pytest-xdist, use in template.

This commit is contained in:
Asherah Connor 2024-06-27 18:47:21 +03:00
parent dc8c97b368
commit 12f3ecd3ce
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -19,4 +19,4 @@ jobs:
- uses: kivikakk/niar/setup-action@main
- name: Run tests
run: pytest tests
run: pytest -n auto tests