ci(fastqc): Use both threads in GitHub runner

This commit is contained in:
Edmund Miller 2020-11-16 13:45:00 -06:00
parent c264c66a49
commit f235732a58
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -34,4 +34,4 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag fastqc --symlink - run: pytest --tag fastqc --symlink --wt 2