We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c908c27 commit 5a555f3Copy full SHA for 5a555f3
.github/workflows/build_and_test.yml
@@ -30,4 +30,4 @@ jobs:
30
mkdir build && cd build
31
cmake .. -DSOPLEX_DIR=soplex/build -DPAPILO=Off -DIPOPT=Off -DZIMPL=Off
32
make -j
33
- ctest
+ ctest --output-on-failure
0 commit comments