parallelize misra mutation tests (#1768)

* parallelize misra mutation tests

* timeouts
This commit is contained in:
Adeeb Shihadeh
2023-12-09 14:32:40 -08:00
committed by GitHub
parent a5753a2077
commit 12d326c110
2 changed files with 26 additions and 23 deletions

View File

@@ -117,11 +117,11 @@ jobs:
- name: Build FW
run: ${{ env.RUN }} "scons -j$(nproc)"
- name: Run MISRA C:2012 analysis
timeout-minutes: 4
timeout-minutes: 1
run: ${{ env.RUN }} "cd tests/misra && ./test_misra.sh"
- name: MISRA mutation tests
timeout-minutes: 4
run: ${{ env.RUN }} "cd tests/misra && pytest test_mutation.py"
timeout-minutes: 2
run: ${{ env.RUN }} "cd tests/misra && ./test_mutation.py"
python_linter:
name: python linter