Skip to content

Commit b6fd41f

Browse files
committed
Update
1 parent f573412 commit b6fd41f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/julia-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ jobs:
107107
- shell: julia --color=yes {0}
108108
run: |
109109
import HiGHS_jll
110-
file = joinpath(ENV["GITHUB_WORKSPACE"], "check", "instances", "afiro.mps")
110+
file = joinpath(ENV["GITHUB_WORKSPACE"], "check", "instances", "flugpl.mps")
111111
run(`$(HiGHS_jll.highs()) --solver=hipo $file`)
112+
run(`$(HiGHS_jll.highs()) $file`)
112113
- shell: julia --color=yes {0}
113114
run: |
114115
using Pkg

0 commit comments

Comments
 (0)