diff options
| author | hathach <[email protected]> | 2026-01-14 13:06:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-14 13:06:49 +0700 |
| commit | 9a731e03e89e5e9ba530354fdfe4829b4cc0a8cf (patch) | |
| tree | a3e2b865f3e2a40fc31e742763a1787d94d66075 /.github/workflows | |
| parent | 86ca8fe717f379879298f6a723cafa897bae04de (diff) | |
correct dual port hil assert
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 781d3b002..bb8c6d65d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -315,7 +315,7 @@ jobs: run: python3 tools/get_deps.py $BUILD_ARGS - name: Build - run: python3 tools/build.py -j 4 --toolchain iar $BUILD_ARGS + run: python3 tools/build.py --toolchain iar $BUILD_ARGS - name: Test on actual hardware (hardware in the loop) run: python3 test/hil/hil_test.py hfp.json |
