simplify HITL tests (#2229)

* lil fixups

* revert that for now

* no n0

* also 1.8V

* global
This commit is contained in:
Adeeb Shihadeh
2025-07-19 16:13:51 -07:00
committed by GitHub
parent 76bd9e93d7
commit edd4146635
11 changed files with 58 additions and 124 deletions

View File

@@ -80,4 +80,4 @@ jobs:
- name: tests/misra/install.sh
run: ${{ env.RUN }} "cd tests/misra && ./install.sh"
- name: MISRA mutation tests
run: ${{ env.RUN }} "cd tests/misra && pytest -n2 test_mutation.py"
run: ${{ env.RUN }} "cd tests/misra && pytest test_mutation.py"