diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 4096ce0bea..afb3defad6 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -50,7 +50,7 @@ jobs: - name: Build openpilot and run checks run: | cd $STRIPPED_DIR - ${{ env.RUN }} "scons -j$(nproc) && \ + ${{ env.RUN }} "python selfdrive/manager/build.py && \ python -m unittest discover selfdrive/car" - name: Cleanup scons cache run: |