Skip to content

Commit

Permalink
[feature/CI_setup] Adding verbosity to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesETsmith committed Jun 7, 2024
1 parent 2575f07 commit 35af067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/all_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
compiler: [g++-12, clang++-17]
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --parallel

- name: Test C++
run: ctest --test-dir build --parallel
run: ctest --test-dir build --verbose --parallel

# - name: Test Python
# run: PYTHONPATH=build:$PYTHONPATH pytest -v test

0 comments on commit 35af067

Please sign in to comment.