only: Handle docs-enums separately just to make github logs more readable
This commit is contained in:
parent
d2161b4d26
commit
ccd3986b3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue