We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b21bf commit 4032c5fCopy full SHA for 4032c5f
1 file changed
.github/workflows/julia-tests.yml
@@ -115,12 +115,7 @@ jobs:
115
- shell: julia --color=yes {0}
116
run: |
117
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"])
+ Pkg.test("HiGHS")
124
# An attempt to reproduce
125
# https://github.com/jump-dev/MultiObjectiveAlgorithms.jl/pull/211
126
0 commit comments