only: separately just to make github logs more readable

This commit is contained in:
rusefi 2024-04-30 16:18:38 -04:00
parent 42fe092d8d
commit 3a7c92dec8
1 changed files with 8 additions and 0 deletions

View File

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