From 5a08e6a5c5982cdb457b63173e314a2a37480803 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 15 Mar 2024 22:08:14 -0600 Subject: [PATCH] only:Unit tests sometimes? always? hang on Linux #6214 --- .github/workflows/gen-configs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-configs.yaml b/.github/workflows/gen-configs.yaml index c32522ad77..5eb41f16f2 100644 --- a/.github/workflows/gen-configs.yaml +++ b/.github/workflows/gen-configs.yaml @@ -110,7 +110,7 @@ jobs: - name: Run Tests working-directory: ./unit_tests/ - run: ASAN_OPTIONS=detect_stack_use_after_return=1 build/rusefi_test + run: 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