move athena tests to github actions (#22475)

* move athena tests to actions

* run

* fix timeout
This commit is contained in:
Adeeb Shihadeh
2021-10-07 13:22:14 -07:00
committed by GitHub
parent 59c47f0334
commit de7a9e0116
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -211,6 +211,7 @@ jobs:
$UNIT_TEST selfdrive/car && \
$UNIT_TEST selfdrive/locationd && \
$UNIT_TEST selfdrive/athena && \
nosetests -s selfdrive/athena/tests/test_athenad_old.py && \
$UNIT_TEST selfdrive/thermald && \
$UNIT_TEST tools/lib/tests && \
./selfdrive/common/tests/test_util && \