File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 -DMETIS_ROOT=installs \
4040 ..
4141 cmake --build . --parallel
42- ctest --parallel --timeout 300 --output-on-failure --quiet -- no-tests=error
42+ ctest --parallel --timeout 300 --output-on-failure --no-tests=error
4343 test-win :
4444 name : hipo windows-latest CMAKE_BUILD_TYPE=${{ matrix.build_type }} ALL_TESTS=${{ matrix.all_tests }}
4545 runs-on : windows-latest
6464 cmake --build . --parallel --config ${{ matrix.build_type }}
6565 - shell : cmd
6666 run : |
67- "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe" -o -g -G -lines build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
67+ build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
6868 - run : |
6969 cd build
70- ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet -- no-tests=error
70+ ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --no-tests=error
You can’t perform that action at this time.
0 commit comments