Skip to content

Commit

Permalink
Make ctest output more verbose in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Moussa committed Aug 24, 2022
1 parent 414eea2 commit 51bd4e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Test MOPAC with CTest
run: |
cd build
ctest -j $NUM_CORES
ctest -V -j $NUM_CORES
- name: Save test results as an artifact (on failure)
if: ${{ failure() }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
source /opt/intel/oneapi/setvars.sh
cd build
ctest -j $NUM_CORES
ctest -V -j $NUM_CORES
- name: Save test results as an artifact (on failure)
if: ${{ failure() }}
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
run: |
source /opt/intel/oneapi/setvars.sh
cd build
ctest -j $NUM_CORES
ctest -V -j $NUM_CORES
- name: Save test results as an artifact (on failure)
if: ${{ failure() }}
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
call "C:\Program Files (x86)\Intel\oneAPI\compiler\${{ env.IFORT_WINDOWS_VERSION }}\env\vars.bat"
call "C:\Program Files (x86)\Intel\oneAPI\mkl\${{ env.MKL_WINDOWS_VERSION }}\env\vars.bat"
cd build
ctest -j %NUM_CORES%
ctest -V -j %NUM_CORES%
- name: Save test results as an artifact (on failure)
if: ${{ failure() }}
Expand Down

0 comments on commit 51bd4e1

Please sign in to comment.