CI: run unittests in parallel with xdist (#29756)

* parallel tests

* review suggesions

* add to pyproject

* add a bit more buffer on that

* fix rare athena issue

* remove from pypoetry
This commit is contained in:
Justin Newberry
2023-09-07 16:29:36 -07:00
committed by GitHub
parent fb06b98667
commit dde225221e
5 changed files with 15 additions and 17 deletions

View File

@@ -249,7 +249,7 @@ jobs:
timeout-minutes: 40
run: |
${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \
$PYTEST && \
$PYTEST -n auto --dist=loadscope && \
selfdrive/locationd/test/_test_locationd_lib.py && \
./system/ubloxd/tests/test_glonass_runner && \
./selfdrive/ui/tests/create_test_translations.sh && \