Move driver monitoring out of controls (#1642)

* move dmonitoring out of controls

* run monitoring unit tests in CI
old-commit-hash: d4858e5ff5753f8a800f3e90cb4c0f69213b87f3
This commit is contained in:
Adeeb
2020-06-09 13:25:15 -07:00
committed by GitHub
parent 26235622b8
commit ea0292d86e
7 changed files with 9 additions and 7 deletions
+1
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 && \