mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 17:43:54 +08:00
2
.github/workflows/selfdrive_tests.yaml
vendored
2
.github/workflows/selfdrive_tests.yaml
vendored
@@ -310,7 +310,7 @@ jobs:
|
|||||||
run: eval "$BUILD"
|
run: eval "$BUILD"
|
||||||
- name: Test car models
|
- name: Test car models
|
||||||
run: |
|
run: |
|
||||||
${{ env.RUN }} "scons -j$(nproc) && \
|
${{ env.RUN }} "scons -j$(nproc) --test && \
|
||||||
coverage run selfdrive/test/test_models.py"
|
coverage run selfdrive/test/test_models.py"
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
run: bash <(curl -s https://codecov.io/bash) -v -F test_car_models
|
run: bash <(curl -s https://codecov.io/bash) -v -F test_car_models
|
||||||
|
|||||||
@@ -429,6 +429,9 @@ SConscript(['selfdrive/ui/SConscript'])
|
|||||||
if arch != "Darwin":
|
if arch != "Darwin":
|
||||||
SConscript(['selfdrive/logcatd/SConscript'])
|
SConscript(['selfdrive/logcatd/SConscript'])
|
||||||
|
|
||||||
|
if GetOption('test'):
|
||||||
|
SConscript('panda/tests/safety/SConscript')
|
||||||
|
|
||||||
external_sconscript = GetOption('external_sconscript')
|
external_sconscript = GetOption('external_sconscript')
|
||||||
if external_sconscript:
|
if external_sconscript:
|
||||||
SConscript([external_sconscript])
|
SConscript([external_sconscript])
|
||||||
|
|||||||
Reference in New Issue
Block a user