mirror of
https://github.com/commaai/opendbc.git
synced 2026-06-08 06:04:45 +08:00
is this used?
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user