is this used?

This commit is contained in:
Shane Smiskol
2025-02-18 21:52:03 -08:00
parent 4d5cd16cdf
commit 2f34762dfa

View File

@@ -32,7 +32,7 @@ jobs:
- name: Run safety tests
run: ./opendbc/safety/tests/test.sh ${{ matrix.flags }}
misra_linter:
misra_linter: # TODO: make fast
name: MISRA C:2012 Linter
runs-on: ubuntu-latest
timeout-minutes: 20
@@ -41,5 +41,5 @@ jobs:
run: sudo apt-get install -y --no-install-recommends gcc-arm-none-eabi libnewlib-arm-none-eabi
- uses: actions/checkout@v4
- name: Run MISRA C:2012 analysis
timeout-minutes: 2
timeout-minutes: 3
run: cd opendbc/safety/tests/misra && ./test_misra.sh