use pytest for release tests (#31280)

* not pytest?

* copy what build release does

* Update .github/workflows/release.yaml
old-commit-hash: 52be3805b0
pull/32199/head
Shane Smiskol 2 years ago committed by GitHub
parent 24ef4b71db
commit 1da217f797
  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