Skip to content

Commit e006875

Browse files
Update runtests.jl
1 parent 920fa4a commit e006875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const GROUP = get(ENV, "GROUP", "All")
1414
const is_APPVEYOR = Sys.iswindows() && haskey(ENV,"APPVEYOR")
1515

1616
@time begin
17-
if GROUP == "All" || GROUP == "Interface"
17+
if GROUP == "All" || GROUP == "Interface1"
1818
@time @safetestset "First Rand Tests" begin include("first_rand_test.jl") end
1919
@time @safetestset "Inference Tests" begin include("inference_test.jl") end
2020
@time @safetestset "Linear RODE Tests" begin include("rode_linear_tests.jl") end

0 commit comments

Comments
 (0)