run tests
(cherry picked from commit b5dcdef7c15c65887c8a540fc6dcfc206407ddf9)
This commit is contained in:
parent
d239f35192
commit
9e1b22fc48
|
@ -13,6 +13,9 @@ jobs:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Build tests
|
- name: Build Tests
|
||||||
working-directory: ./unit_tests/
|
working-directory: ./unit_tests/
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
- name: Run Tests
|
||||||
|
run: ./unit_tests/build/rusefi_test
|
||||||
|
|
Loading…
Reference in New Issue