mirror of
https://github.com/mandiant/capa.git
synced 2026-01-16 06:42:57 -08:00
ci: use pytest-xdist for parallel testing
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user