From de0f9043faf45909051a4df1d650e285d61cd3f1 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Mon, 3 Aug 2020 17:51:02 -0600 Subject: [PATCH] ci: use NUM_CPU processes to test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fac4fc9c..e83bd8bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,5 +57,5 @@ jobs: - name: Install capa run: pip install -e .[dev] - name: Run tests - run: pytest tests/ + run: pytest -n auto tests/