ci: verbose testing

This commit is contained in:
itsmattkc
2021-04-22 11:50:24 +10:00
parent 83d44570c1
commit e7fcc1726f
+3 -3
View File
@@ -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
@@ -199,7 +199,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
@@ -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