#1773 GHA unit_tests does not fail while it should

This commit is contained in:
rusefi 2020-09-08 12:45:33 -04:00
parent 65b60df172
commit 6cc45ed34d
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ jobs:
working-directory: ./firmware/
run: bash gen_live_documentation.sh
- name: Print version
working-directory: .
run: gcc -v
- name: Build Tests
working-directory: ./unit_tests/
run: make -j4