ci: run unit tests verbosely
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
||||
- name: Test
|
||||
working-directory: build
|
||||
run: |
|
||||
ctest -C ${{ matrix.build-type }}
|
||||
ctest -C ${{ matrix.build-type }} -V
|
||||
|
||||
- name: Create Package
|
||||
id: package
|
||||
@@ -200,7 +200,7 @@ jobs:
|
||||
env:
|
||||
DEP_LOCATION: ${{ runner.workspace }}/install
|
||||
run: |
|
||||
PATH=$PATH:$DEP_LOCATION/bin ctest -C ${{ matrix.build-type }}
|
||||
PATH=$PATH:$DEP_LOCATION/bin ctest -C ${{ matrix.build-type }} -V
|
||||
|
||||
- name: Create Package
|
||||
working-directory: ${{ runner.workspace }}/build
|
||||
@@ -340,7 +340,7 @@ jobs:
|
||||
working-directory: ${{ runner.workspace }}/build
|
||||
shell: bash
|
||||
run: |
|
||||
ctest -C ${{ matrix.build-type }}
|
||||
ctest -C ${{ matrix.build-type }} -V
|
||||
|
||||
- name: Create Package
|
||||
working-directory: ${{ runner.workspace }}/build
|
||||
|
||||
Reference in New Issue
Block a user