Move driver monitoring out of controls (#1642)

* move dmonitoring out of controls

* run monitoring unit tests in CI
This commit is contained in:
Adeeb
2020-06-09 13:25:15 -07:00
committed by GitHub
parent 2fa07d2c0a
commit d4858e5ff5
7 changed files with 9 additions and 7 deletions

View File

@@ -106,6 +106,7 @@ jobs:
$UNIT_TEST opendbc/can && \
$UNIT_TEST selfdrive/boardd && \
$UNIT_TEST selfdrive/controls && \
$UNIT_TEST selfdrive/monitoring && \
$UNIT_TEST selfdrive/loggerd && \
$UNIT_TEST selfdrive/car && \
$UNIT_TEST selfdrive/locationd && \