Skip to content

Commit

Permalink
attempt to fix test groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Sep 29, 2024
1 parent 272808b commit 1d120ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1d120ba

Please sign in to comment.