File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8282 - name : Test executable
8383 working-directory : ${{runner.workspace}}/build
8484 run : |
85- ./bin/highs --solver=hipo
85+ ./bin/highs --solver=hipo \
8686 ${{runner.workspace}}/highs-tests/HiGHS/check/instances/afiro.mps
8787
8888 - name : Ctest
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 working-directory : ${{runner.workspace}}/build
109109 run : |
110110 ./bin/highs --solver=hipo \
111- $${{runner.workspace}}/highs-tests/ HiGHS/check/instances/afiro.mps
111+ $${{runner.workspace}}/HiGHS/check/instances/afiro.mps
112112
113113 - name : Ctest
114114 working-directory : ${{runner.workspace}}/build
Original file line number Diff line number Diff line change 11name : hipo-win-gh
22
3- # on: [push, pull_request]
4- on : []
3+ on : [push, pull_request]
4+ # on: []
55
66jobs :
77 release :
6262 working-directory : ${{runner.workspace}}/build
6363 run : |
6464 ./Release/bin/highs --solver=hipo \
65- $${{runner.workspace}}/highs-tests/ HiGHS/check/instances/afiro.mps
65+ $${{runner.workspace}}/HiGHS/check/instances/afiro.mps
6666
6767 - name : Ctest
6868 shell : bash
You can’t perform that action at this time.
0 commit comments