Skip to content

Commit ffe12a2

Browse files
committed
addprocs must be called before using packages
1 parent 57192e6 commit ffe12a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/runtests.jl

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
using HTTP
2-
using HTTP.Dates
3-
using HTTP.Test
4-
51
@static if VERSION >= v"0.7.0-DEV.2915"
62
using Distributed
73
end
84
addprocs(5)
95

6+
using HTTP
7+
using HTTP.Dates
8+
using HTTP.Test
9+
10+
1011
@testset "HTTP" begin
1112
include("utils.jl");
1213
include("fifobuffer.jl");

0 commit comments

Comments
 (0)