#1773 GHA unit_tests does not fail while it should
This commit is contained in:
parent
cab4cd0df2
commit
7c2fab82b2
|
@ -19,6 +19,10 @@ jobs:
|
||||||
working-directory: ./firmware/
|
working-directory: ./firmware/
|
||||||
run: bash gen_live_documentation.sh
|
run: bash gen_live_documentation.sh
|
||||||
|
|
||||||
|
- name: Print version
|
||||||
|
working-directory: .
|
||||||
|
run: gcc -v
|
||||||
|
|
||||||
- name: Build Tests
|
- name: Build Tests
|
||||||
working-directory: ./unit_tests/
|
working-directory: ./unit_tests/
|
||||||
run: make -j4
|
run: make -j4
|
||||||
|
|
Loading…
Reference in New Issue