Skip to content

Commit

Permalink
Added --extra-verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 authored Apr 10, 2024
1 parent b255482 commit fde2de5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-2019, windows-latest]
# os: [macos-latest, ubuntu-latest, windows-2019, windows-latest]
os: [windows-2019]

needs: [build, build-numdiff]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -163,13 +164,8 @@ jobs:
with:
arch: x64

- name: CTest (Non-macOS)
if: runner.os != 'macOS'
run: ctest -S ctest.cmake -DCTEST_TEST_TIMEOUT=900

- name: CTest (macOS)
if: runner.os == 'macOS'
run: ctest -S ctest.cmake -DCTEST_TEST_TIMEOUT=900
- name: CTest
run: ctest -S ctest.cmake -DCTEST_TEST_TIMEOUT=900 --extra-verbose

- name: CMemCheck (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit fde2de5

Please # to comment.