don't do tests from the config workflow if we ignore

This commit is contained in:
Matthew Kennedy 2023-03-02 02:32:15 -08:00
parent aa48077d58
commit e01605d4e3
1 changed files with 6 additions and 6 deletions

View File

@ -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