use pytest for release tests (#31280)

* not pytest?

* copy what build release does

* Update .github/workflows/release.yaml
pull/31289/head
Shane Smiskol 2 years ago committed by GitHub
parent 2193458da9
commit 52be3805b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yaml

@ -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

Loading…
Cancel
Save