Skip to content

Commit

Permalink
feat: Adding back parallel worker option
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed Sep 13, 2023
1 parent b597bed commit 856c967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ set -x
pytest -s -v -m integration \
--junitxml ${RESULT_DIR}/integration-test-results.xml \
--log-cli-level "${LOG_LEVEL}" \
-n "${PARALLEL_WORKERS}" \
-k "${TEST_FUNCTION}"

0 comments on commit 856c967

Please sign in to comment.