1
0

[CI] Build unit tests in parallel (#26058)

This commit is contained in:
Joel Challis
2026-03-11 16:43:02 +00:00
committed by GitHub
parent 5629ecf5ff
commit 7fe0c9c746

View File

@@ -34,4 +34,4 @@ jobs:
run: pip3 install -r requirements-dev.txt
- name: Run tests
run: qmk test-c
run: qmk test-c -j $(nproc)