Skip to content

Commit 9388f66

Browse files
committed
try 2 tests julia
1 parent dc5345c commit 9388f66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/julia-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ jobs:
115115
- shell: julia --color=yes {0}
116116
run: |
117117
using Pkg
118-
Pkg.test("HiGHS")
118+
Pkg.test("HiGHS"; test_args=["--jobs=2"];)
119119
120-
# Pkg.test("HiGHS"; test_args=["--jobs=2"];)
120+
# Pkg.test("HiGHS")

0 commit comments

Comments
 (0)