fix names

This commit is contained in:
Adeeb Shihadeh
2023-04-28 15:11:43 -07:00
parent 938f57635e
commit fe87410c11

View File

@@ -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: |