diff --git a/run-tests.sh b/run-tests.sh index 6b2d17c5..fa64194c 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -21,4 +21,4 @@ if [[ ! -z "$CI" ]]; then fi -pytest -n 4 tests -m "$TEST_SUITE" \ No newline at end of file +pytest -n 8 tests -m "$TEST_SUITE" \ No newline at end of file