File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454PYTHON_EXECUTABLE=python CMAKE_ARGS=" $EXTRA_BUILD_ARGS " .ci/scripts/setup-linux.sh --build-tool cmake --build-mode Release --editable true
5555
5656EXIT_CODE=0
57- pytest -c /dev/nul backends/test/suite/$SUITE / -m flow_$FLOW --json-report --json-report-file " $REPORT_FILE " || EXIT_CODE=$?
57+ pytest -c /dev/nul -n auto backends/test/suite/$SUITE / -m flow_$FLOW --json-report " $REPORT_FILE " || EXIT_CODE=$?
5858
5959# Generate markdown summary.
6060python -m executorch.backends.test.suite.generate_markdown_summary_json " $REPORT_FILE " > ${GITHUB_STEP_SUMMARY:- " step_summary.md" } --exit-code $EXIT_CODE
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ PYTHON_EXECUTABLE=python
2424${CONDA_RUN} --no-capture-output .ci/scripts/setup-macos.sh --build-tool cmake --build-mode Release
2525
2626EXIT_CODE=0
27- pytest -c /dev/nul backends/test/suite/$SUITE / -m flow_$FLOW --json-report --json-report-file " $REPORT_FILE " || EXIT_CODE=$?
27+ pytest -c /dev/nul -n auto backends/test/suite/$SUITE / -m flow_$FLOW --json-report " $REPORT_FILE " || EXIT_CODE=$?
2828
2929# Generate markdown summary.
3030python -m executorch.backends.test.suite.generate_markdown_summary_json " $REPORT_FILE " > ${GITHUB_STEP_SUMMARY:- " step_summary.md" } --exit-code $EXIT_CODE
You can’t perform that action at this time.
0 commit comments