Skip to content

Commit 1d120ba

Browse files
attempt to fix test groups
1 parent 272808b commit 1d120ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ using SafeTestsets
33
const LONGER_TESTS = false
44

55
const GROUP = get(ENV, "GROUP", "All")
6+
@show GROUP
7+
@show keys(ENV)
8+
69

710
const HAS_EXTENSIONS = isdefined(Base, :get_extension)
811

0 commit comments

Comments
 (0)