mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 10:03:53 +08:00
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:
2
.github/workflows/selfdrive_tests.yaml
vendored
2
.github/workflows/selfdrive_tests.yaml
vendored
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user