verbose build

This commit is contained in:
Kyle Shores 2024-02-09 16:52:39 -06:00
parent 0b78616ddb
commit f849b169fe

View File

@ -389,7 +389,7 @@ jobs:
shell: bash -l {0} shell: bash -l {0}
run: | run: |
cd build cd build
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make -j 12 LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make VERBOSE=1
if: ${{ success() }} if: ${{ success() }}
- name: Run Tests - name: Run Tests