move athena tests to github actions (#22475)

* move athena tests to actions

* run

* fix timeout
old-commit-hash: de7a9e0116
This commit is contained in:
Adeeb Shihadeh
2021-10-07 13:22:14 -07:00
committed by GitHub
parent b3fdccfab3
commit ad96d0d130
3 changed files with 3 additions and 4 deletions

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 && \