test build script in CI (#20482)

This commit is contained in:
Adeeb Shihadeh
2021-03-25 20:22:59 -07:00
committed by GitHub
parent 4c24385018
commit cfe4cea2c9

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