Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using DASSL, Test
using LinearAlgebra: diagm, I

const GROUP = let g = get(ENV, "GROUP", "all"); isempty(g) ? "all" : g end
const GROUP = let g = get(ENV, "GROUP", "all")
isempty(g) ? "all" : g
end

if GROUP == "all" || GROUP == "core"
@testset "Testing maxorder" begin
Expand Down
Loading