mirror of
https://github.com/commaai/msgq.git
synced 2026-06-11 23:44:58 +08:00
fix names
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -39,13 +39,13 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build docker image
|
||||
run: eval "$BUILD"
|
||||
- name: messaging C++ tests
|
||||
- name: C++ tests
|
||||
run: |
|
||||
$RUN "export ${{ matrix.backend }}=1 && \
|
||||
scons --test ${{ matrix.flags }} -j$(nproc) && \
|
||||
messaging/test_runner && \
|
||||
visionipc/test_runner"
|
||||
- name: messaging python tests
|
||||
- name: python tests
|
||||
run: $RUN_NAMED "${{ matrix.backend }}=1 coverage run -m unittest discover ."
|
||||
- name: Upload coverage
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user