#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 cab4cd0df2
commit 7c2fab82b2
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