Skip to content

Commit 553b92e

Browse files
committed
Move JET tests to nopre group
1 parent 0aa6da5 commit 553b92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end
5757
@time @safetestset "ArrayPartition GPU" include("gpu/arraypartition_gpu.jl")
5858
end
5959

60-
if GROUP == "JET" || GROUP == "All"
60+
if GROUP == "JET" || GROUP == "nopre"
6161
@time @safetestset "JET Tests" include("jet_tests.jl")
6262
end
6363
end

0 commit comments

Comments
 (0)