File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
55KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
66LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
77ParallelTestRunner = " d3525ed8-44d0-4b2c-a655-542cee43accc"
8+ Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
89Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
910SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1011Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1112Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1213
1314[compat ]
14- ParallelTestRunner = " 2.2 "
15+ ParallelTestRunner = " 2"
Original file line number Diff line number Diff line change 1+ using Pkg
2+ Pkg. add(url= " https://github.com/christiangnrd/ParallelTestRunner.jl" , rev= " total_time" )
3+
14using ParallelTestRunner: runtests, parse_args
25import GPUArrays
36
You can’t perform that action at this time.
0 commit comments