add verbose for CTest
This commit is contained in:
parent
a5235206e7
commit
ff74bc9695
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Execute Hetero-mark benchmark
|
- name: Execute Hetero-mark benchmark
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}/build
|
cd ${{ github.workspace }}/build
|
||||||
make test
|
make CTEST_OUTPUT_ON_FAILURE=1 test
|
||||||
- name: Execute the lavaMD example
|
- name: Execute the lavaMD example
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}/SC_evaluate/rodinia-cox/lavaMD
|
cd ${{ github.workspace }}/SC_evaluate/rodinia-cox/lavaMD
|
||||||
|
|
Loading…
Reference in New Issue