diff options
| author | Ha Thach <[email protected]> | 2025-05-21 15:15:43 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-21 15:15:43 +0700 |
| commit | 3a042b37da28d0ba1e5593eb1068ca5645d77b56 (patch) | |
| tree | 4a8d00b8d34c7c2e390b7b8f5ed53afc316c7121 /.github/workflows | |
| parent | 5428b87948f6c5740660e6e3e29dfd6fde3be37c (diff) | |
| parent | 58dfc126ac96d151bc6a9e9ee8bda564b52c350f (diff) | |
Merge pull request #3127 from hathach/fix/dcd_race_condition
add osal spinlock API, Fix/dcd dwc2 race condition
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
