add verbose for CTest

This commit is contained in:
Ruobing Han 2022-09-25 13:18:47 -04:00
parent a5235206e7
commit ff74bc9695
1 changed files with 1 additions and 1 deletions

View File

@ -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