Skip to content

Commit d8079cb

Browse files
committed
[temp]
1 parent e2382ec commit d8079cb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1212
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
15-
ParallelTestRunner = "2.2"
15+
ParallelTestRunner = "2"

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.add(url="https://github.com/christiangnrd/ParallelTestRunner.jl", rev="total_time")
3+
14
using ParallelTestRunner: runtests, parse_args
25
import GPUArrays
36

0 commit comments

Comments
 (0)