Skip to content

Commit e6d0974

Browse files
committed
Update
1 parent ee70c7d commit e6d0974

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/hipo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} `
6161
-DALL_TESTS=${{ matrix.all_tests }} `
6262
-DHIPO=ON `
63-
-DALL_TESTS=${{ matrix.all_tests }} `
6463
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
6564
..
6665
cmake --build . --parallel --config ${{ matrix.build_type }}
67-
ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error
66+
./${{ matrix.build_type }}/bin/highs --solver=hipo ../check/instances/afiro.mps
67+
./${{ matrix.build_type }}/bin/unit_tests -d yes -a
68+
ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error

0 commit comments

Comments
 (0)