From 3a7c92dec8875663b1ba3ca0fadeabba62257f38 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 30 Apr 2024 16:18:38 -0400 Subject: [PATCH] only: separately just to make github logs more readable --- .github/workflows/build-unit-tests-windows.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-unit-tests-windows.yaml b/.github/workflows/build-unit-tests-windows.yaml index 9f919e1c79..03a8eaa6e6 100644 --- a/.github/workflows/build-unit-tests-windows.yaml +++ b/.github/workflows/build-unit-tests-windows.yaml @@ -41,6 +41,14 @@ jobs: - name: Print make version run: make -v + - name: Handle docs-enums separately just to make github logs more readable + working-directory: ./unit_tests/ + run: make -j4 docs-enums + + - name: Handle configs separately just to make github logs more readable + working-directory: ./unit_tests/ + run: make -j4 config + - name: Compile working-directory: unit_tests run: make -j4