Skip to content

Commit 4032c5f

Browse files
authored
Update HiGHS test configuration in CI workflow
Removed parallel test execution for HiGHS package to avoid errors.
1 parent 68b21bf commit 4032c5f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/julia-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,7 @@ jobs:
115115
- shell: julia --color=yes {0}
116116
run: |
117117
using Pkg
118-
# HiGHS uses (N+1)/2 threads. HiGHS.jl parallelises the tests and, in
119-
# the default setting, it may use up to 4 parallel jobs. This means
120-
# HiGHS may attempt to start up to 2(N+1) threads and we get unhandled
121-
# exceptions on macOS and a SIGTERM on linux. To avoid these errors,
122-
# opt out of running the tests in parallel.
123-
Pkg.test("HiGHS"; test_args=["--parallel=false"])
118+
Pkg.test("HiGHS")
124119
# An attempt to reproduce
125120
# https://github.com/jump-dev/MultiObjectiveAlgorithms.jl/pull/211
126121
- shell: julia --color=yes {0}

0 commit comments

Comments
 (0)