diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 38dbf07a47..c54eaf5d07 100644 --- a/.github/workflows/release.yaml +++ b/.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 selfdrive/car/tests/test_car_interfaces.py - name: Push master-ci run: | unset TARGET_DIR