mirror of
https://github.com/commaai/msgq.git
synced 2026-06-08 05:54:44 +08:00
Restructure package (#622)
* Move around * rename messaging to ipc * More renames * refactor visionipc ipc * more movement * compiles * works well * update workflow * Update * test fake * fix names * Fix test * exclude library * exclude from lint too * Rm dir * rm this wayu * Try again * mv logger * delete old * HAX * Move logger down * add warning abck
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -40,8 +40,8 @@ jobs:
|
||||
run: |
|
||||
$RUN "export ${{ matrix.backend }}=1 && \
|
||||
scons ${{ matrix.flags }} -j$(nproc) && \
|
||||
messaging/test_runner && \
|
||||
visionipc/test_runner"
|
||||
msgq/test_runner && \
|
||||
msgq/visionipc/test_runner"
|
||||
- name: python tests
|
||||
run: $RUN_NAMED "${{ matrix.backend }}=1 coverage run -m unittest discover ."
|
||||
- name: Upload coverage
|
||||
|
||||
Reference in New Issue
Block a user