diff --git a/test-script.jl b/test-script.jl index 2136120..a86c171 100644 --- a/test-script.jl +++ b/test-script.jl @@ -1,4 +1 @@ -Pkg.clone("https://github.com/tpapp/MCMCDiagnostics.jl.git") -Pkg.add("DiffResults") # remove this and the next line when released ... -Pkg.checkout("DiffResults") # ... DiffResults precompiles Pkg.clone(pwd()); Pkg.build("DynamicHMC"); Pkg.test("DynamicHMC"; coverage=true) diff --git a/test/REQUIRE b/test/REQUIRE index 09783ae..b8aeab9 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -1,2 +1,3 @@ Distributions ForwardDiff +MCMCDiagnostics