From f235732a58d87eaac036c5fd2aea9798e3309dfc Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 16 Nov 2020 13:45:00 -0600 Subject: [PATCH] ci(fastqc): Use both threads in GitHub runner --- .github/workflows/fastqc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastqc.yml b/.github/workflows/fastqc.yml index 352c7bb3..1379b8bb 100644 --- a/.github/workflows/fastqc.yml +++ b/.github/workflows/fastqc.yml @@ -34,4 +34,4 @@ jobs: run: python -m pip install --upgrade pip pytest-workflow # Test the module - - run: pytest --tag fastqc --symlink + - run: pytest --tag fastqc --symlink --wt 2