Skip to content

Commit 5268948

Browse files
committed
Consolidate JET tests into nopre group
1 parent 07e54f5 commit 5268948

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/Tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ jobs:
2929
group:
3030
- "Core"
3131
- "Downstream"
32-
- "JET"
3332
- "nopre"
3433
exclude:
35-
- version: "lts"
36-
group: "JET"
37-
- version: "pre"
38-
group: "JET"
3934
- version: "lts"
4035
group: "nopre"
4136
- version: "pre"

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 == "nopre"
60+
if GROUP == "nopre"
6161
@time @safetestset "JET Tests" include("jet_tests.jl")
6262
end
6363
end

0 commit comments

Comments
 (0)