From 1d120baf6690bd0d1058ebe3d9a18178f84b707b Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 29 Sep 2024 18:29:23 -0400 Subject: [PATCH] attempt to fix test groups --- test/runtests.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 44be5905..cfbb8648 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,6 +3,9 @@ using SafeTestsets const LONGER_TESTS = false const GROUP = get(ENV, "GROUP", "All") +@show GROUP +@show keys(ENV) + const HAS_EXTENSIONS = isdefined(Base, :get_extension)