summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-05-19 20:22:29 +0700
committerhathach <[email protected]>2025-05-19 20:22:29 +0700
commitbffe5d97cc2f4f5a9ba8b4f09d30be97ce70a3de (patch)
tree91ee97c385b6fe20995a6f5ab83c42d16ef7f628 /.github/workflows
parent9aea7751f292f40684d4533196037c26e2239934 (diff)
limit hil-hfp iar build to 4 parallel jobs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 28447cc80..fe2ed61c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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