Skip to content
Snippets Groups Projects
Unverified Commit aee82fe1 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

ci/linux: add --output-on-failure

parent 83d054ac
No related branches found
No related tags found
No related merge requests found
Pipeline #39777 failed
......@@ -42,7 +42,7 @@ jobs:
echo $(g++ --version)
- run: cmake . -DPYTHON_EXECUTABLE=$(which python${{ matrix.python }}) -DBUILD_TESTING_SCIPY=ON
- run: make -j2
- run: make test
- run: ctest --output-on-failure
check:
if: always()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment