Skip to content

Commit 3dfbb6b

Browse files
committed
CI: Ensure we test local package
1 parent 6064624 commit 3dfbb6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/distributed_exec.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
using Test, Distributed, Random, Serialization, Sockets
44
import Distributed: launch, manage
55

6+
if haskey(ENV, "CI")
7+
@test !occursin("stdlib", pathof(Distributed))
8+
end
9+
610
@test cluster_cookie() isa String
711

812
include(joinpath(Sys.BINDIR, "..", "share", "julia", "test", "testenv.jl"))

0 commit comments

Comments
 (0)