We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a12a63 commit cd68d68Copy full SHA for cd68d68
1 file changed
test/runtests.jl
@@ -6,7 +6,7 @@ using Test
6
tests = ["srtools", "link", "simulate", "lppd"]
7
stan_tests = ["wd-loo-compare",]
8
9
-stan_exists()::Bool = "JULIA_CMDSTAN_HOME" in keys(ENV)
+stan_exists()::Bool = "JULIA_CMDSTAN_HOME" in keys(ENV) || "CMDSTAN" in keys(ENV)
10
11
12
for t ∈ tests
0 commit comments