test build script in CI (#20482)

albatross
Adeeb Shihadeh 2021-03-25 20:22:59 -07:00 committed by GitHub
parent 4c24385018
commit cfe4cea2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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