only: Handle docs-enums separately just to make github logs more readable

This commit is contained in:
rusEFI LLC 2024-04-24 10:30:41 -04:00
parent d2161b4d26
commit ccd3986b3c
1 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,14 @@ jobs:
# NOTE: on mac, this is actually symlink'd to clang, not gcc, but that's ok - we want to build on both
run: gcc -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: Build Tests
working-directory: ./unit_tests/
run: make -j4 COVERAGE=yes