diff --git a/benchmarks/README.md b/benchmarks/README.md index 68287ade4..35cb8c0bf 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -2,4 +2,4 @@ To run the benchmarks, run this from the root directory of the repository: ```sh julia --project=benchmarks benchmarks/benchmarks.jl -``` \ No newline at end of file +``` diff --git a/test/runtests.jl b/test/runtests.jl index 783a1170d..3473d5594 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -62,14 +62,14 @@ include("test_util.jl") include("serialization.jl") include("pointwise_logdensities.jl") include("lkj.jl") - include("deprecated.jl") - end - - if GROUP == "All" || GROUP == "Group2" include("contexts.jl") include("context_implementations.jl") include("threadsafe.jl") include("debug_utils.jl") + include("deprecated.jl") + end + + if GROUP == "All" || GROUP == "Group2" @testset "compat" begin include(joinpath("compat", "ad.jl")) end