don't do tests from the config workflow if we ignore
This commit is contained in:
parent
aa48077d58
commit
e01605d4e3
|
@ -96,13 +96,13 @@ jobs:
|
|||
working-directory: .
|
||||
run: gcc -v
|
||||
|
||||
- name: Build Tests
|
||||
working-directory: ./unit_tests/
|
||||
run: make -j4
|
||||
# - name: Build Tests
|
||||
# working-directory: ./unit_tests/
|
||||
# run: make -j4
|
||||
|
||||
- name: Run Tests
|
||||
working-directory: ./unit_tests/
|
||||
run: ASAN_OPTIONS=detect_stack_use_after_return=1 build/rusefi_test
|
||||
# - name: Run Tests
|
||||
# working-directory: ./unit_tests/
|
||||
# run: ASAN_OPTIONS=detect_stack_use_after_return=1 build/rusefi_test
|
||||
|
||||
# # Commit changes and catch the error that occurs if nothing has been changed (without catching other errors)
|
||||
# - name: Commit fresh triggers.txt
|
||||
|
|
Loading…
Reference in New Issue