only: separately just to make github logs more readable
This commit is contained in:
parent
42fe092d8d
commit
3a7c92dec8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue