test build script in CI (#20482)

old-commit-hash: cfe4cea2c93a36124c04d6bf1267b1bb5ccadbf7
This commit is contained in:
Adeeb Shihadeh
2021-03-25 20:22:59 -07:00
committed by GitHub
parent 5133da1160
commit 85ab6b1c79

View File

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