Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Nov 21, 2024
1 parent fe0cb6e commit d0b1f75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
scons -j$(nproc) ${{ matrix.flags }} && \
tests/safety/test.sh"
misra:
name: MISRA C:2012
misra_linter:
name: MISRA C:2012 Linter
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
Expand All @@ -101,9 +101,6 @@ jobs:
- name: Run MISRA C:2012 analysis
timeout-minutes: 2
run: ${{ env.RUN }} "cd tests/misra && ./test_misra.sh"
- name: MISRA mutation tests
timeout-minutes: 5
run: ${{ env.RUN }} "cd tests/misra && pytest -n8 test_mutation.py"

misra_mutation:
name: MISRA C:2012 Mutation
Expand Down

0 comments on commit d0b1f75

Please sign in to comment.