Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
7 changes: 6 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
group:
- "Core"
- "Downstream"
- "JET"
- "nopre"
exclude:
- version: "lts"
group: "nopre"
- version: "pre"
group: "nopre"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: "${{ matrix.group }}"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ end
@time @safetestset "ArrayPartition GPU" include("gpu/arraypartition_gpu.jl")
end

if GROUP == "JET" || GROUP == "All"
if GROUP == "nopre"
@time @safetestset "JET Tests" include("jet_tests.jl")
end
end
Loading