limit hil-hfp iar build to 4 parallel jobs

This commit is contained in:
hathach
2025-05-19 20:22:29 +07:00
parent 9aea7751f2
commit bffe5d97cc
2 changed files with 11 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ jobs:
run: python3 tools/get_deps.py $BUILD_ARGS
- name: Build
run: python3 tools/build.py --toolchain iar $BUILD_ARGS
run: python3 tools/build.py -j 4 --toolchain iar $BUILD_ARGS
- name: Test on actual hardware (hardware in the loop)
run: python3 test/hil/hil_test.py hfp.json