multi process
(cherry picked from commit 3437ca628fd977db4800c6fd8143fb5c712d4289)
This commit is contained in:
parent
5f4e84c748
commit
7a678c5dd0
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
- name: Build Tests
|
||||
working-directory: ./unit_tests/
|
||||
run: make
|
||||
run: make -j4
|
||||
|
||||
- name: Run Tests
|
||||
run: ./unit_tests/build/rusefi_test
|
||||
|
|
Loading…
Reference in New Issue