From 85ab6b1c7923330495beb6ddf2a0a4d0faca50d7 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 25 Mar 2021 20:22:59 -0700 Subject: [PATCH] test build script in CI (#20482) old-commit-hash: cfe4cea2c93a36124c04d6bf1267b1bb5ccadbf7 --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 4096ce0be..afb3defad 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: |