We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5174143 commit d007022Copy full SHA for d007022
test/runtests.jl
@@ -41,6 +41,9 @@ Random.seed!(100)
41
include("test_util.jl")
42
43
@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.
47
if GROUP == "All" || GROUP == "Group1"
48
include("utils.jl")
49
include("compiler.jl")
0 commit comments