use pytest for release tests (#31280)

* not pytest?

* copy what build release does

* Update .github/workflows/release.yaml
This commit is contained in:
Shane Smiskol
2024-02-02 21:25:34 -06:00
committed by GitHub
parent 2193458da9
commit 52be3805b0

View File

@@ -47,7 +47,7 @@ jobs:
export PYTHONPATH=$TARGET_DIR
cd $TARGET_DIR
scons -j$(nproc)
selfdrive/car/tests/test_car_interfaces.py
pytest -n logical selfdrive/car/tests/test_car_interfaces.py
- name: Push master-ci
run: |
unset TARGET_DIR