test manager again in CI (#33523)

* test manager again

* fix

* whitelist joystickd
This commit is contained in:
Shane Smiskol
2024-09-09 12:04:04 -07:00
committed by GitHub
parent d73a787e8a
commit d6644c457a
2 changed files with 1 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
run: |
cd $STRIPPED_DIR
${{ env.RUN }} "release/check-dirty.sh && \
MAX_EXAMPLES=5 $PYTEST -m 'not slow' selfdrive/car"
MAX_EXAMPLES=5 $PYTEST -m 'not slow' selfdrive/car system/manager"
- name: Static analysis
timeout-minutes: 1
run: |