test build script in CI (#20482)

old-commit-hash: cfe4cea2c9
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent 5133da1160
commit 85ab6b1c79
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -50,7 +50,7 @@ jobs:
- name: Build openpilot and run checks - name: Build openpilot and run checks
run: | run: |
cd $STRIPPED_DIR cd $STRIPPED_DIR
${{ env.RUN }} "scons -j$(nproc) && \ ${{ env.RUN }} "python selfdrive/manager/build.py && \
python -m unittest discover selfdrive/car" python -m unittest discover selfdrive/car"
- name: Cleanup scons cache - name: Cleanup scons cache
run: | run: |

Loading…
Cancel
Save