ci: use pytest-xdist for parallel testing

This commit is contained in:
William Ballenthin
2020-08-03 17:50:21 -06:00
parent 65264f3549
commit 7458014b21

View File

@@ -52,6 +52,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 2.7
- name: Install pytest-xdist
run: pip install pytest-xdist
- name: Install capa
run: pip install -e .[dev]
- name: Run tests