We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5345c commit 9388f66Copy full SHA for 9388f66
1 file changed
.github/workflows/julia-tests.yml
@@ -115,6 +115,6 @@ jobs:
115
- shell: julia --color=yes {0}
116
run: |
117
using Pkg
118
- Pkg.test("HiGHS")
+ Pkg.test("HiGHS"; test_args=["--jobs=2"];)
119
120
- # Pkg.test("HiGHS"; test_args=["--jobs=2"];)
+ # Pkg.test("HiGHS")
0 commit comments