We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54e314 commit c030c45Copy full SHA for c030c45
1 file changed
test/runtests.jl
@@ -1,3 +1,6 @@
1
+using Pkg
2
+Pkg.add(url="https://github.com/christiangnrd/ParallelTestRunner.jl", rev="total_time")
3
+
4
using ParallelTestRunner: runtests, parse_args
5
import GPUArrays
6
0 commit comments