Skip to content

Commit 01b7306

Browse files
committed
Update
1 parent ae46632 commit 01b7306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hipo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)