Skip to content

Commit e0a1b41

Browse files
committed
fix release all tests test
1 parent 4f460a5 commit e0a1b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hipo-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Test executable
175175
shell: bash
176176
working-directory: ${{runner.workspace}}/build
177-
run: ./Debug/bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
177+
run: ./Release/bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
178178

179179
- name: Ctest
180180
shell: bash

0 commit comments

Comments
 (0)