test models: skip with flag

This commit is contained in:
Adeeb Shihadeh
2022-03-23 16:42:04 -07:00
parent 85d8997a8a
commit a55e25d9d2
2 changed files with 5 additions and 2 deletions

View File

@@ -244,7 +244,8 @@ jobs:
run: eval "$BUILD"
- name: Run unit tests
run: |
${{ env.RUN }} "scons -j$(nproc) --test && \
${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \
scons -j$(nproc) --test && \
$UNIT_TEST common && \
$UNIT_TEST opendbc/can && \
$UNIT_TEST selfdrive/boardd && \