Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Jul 24, 2024
1 parent d08b2df commit 474afa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: make
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure --verbose
ubuntu-latest-build-gcc:
runs-on: ubuntu-latest
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: make
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure --verbose
ubuntu-20-04-build-clang:
runs-on: ubuntu-20.04
steps:
Expand All @@ -56,7 +56,7 @@ jobs:
- name: make
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure --verbose
ubuntu-latest-build-clang:
runs-on: ubuntu-latest
steps:
Expand All @@ -77,7 +77,7 @@ jobs:
- name: make
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure --verbose
macos-latest-build:
runs-on: macOS-latest
steps:
Expand All @@ -92,7 +92,7 @@ jobs:
- name: make
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure --verbose
macos-12-build:
runs-on: macOS-12
steps:
Expand All @@ -107,4 +107,4 @@ jobs:
- name: make
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure --verbose

0 comments on commit 474afa2

Please sign in to comment.