Skip to content

Commit d007022

Browse files
committed
Add comment about tests
1 parent 5174143 commit d007022

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ Random.seed!(100)
4141
include("test_util.jl")
4242

4343
@testset verbose = true "DynamicPPL.jl" begin
44+
# The tests are split into two groups so that CI can run in parallel. The
45+
# groups are chosen to make both groups take roughly the same amount of
46+
# time, but beyond that there is no particular reason for the split.
4447
if GROUP == "All" || GROUP == "Group1"
4548
include("utils.jl")
4649
include("compiler.jl")

0 commit comments

Comments
 (0)