mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci(fastqc): Use both threads in GitHub runner
This commit is contained in:
parent
c264c66a49
commit
f235732a58
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fastqc.yml
vendored
2
.github/workflows/fastqc.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue