Skip to content

Commit 6a5bca5

Browse files
committed
skip JET tests on LTS version
1 parent 88edd1c commit 6a5bca5

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
2929
Aqua = "0.8"
3030
BenchmarkTools = "1"
3131
Documenter = "1.8"
32-
JET = "0.10"
32+
JET = "0.8, 0.9, 0.10, 0.11"
3333
JLArrays = "0.2.0"
3434
LinearAlgebra = "1"
3535
LinearMaps = "3.11.4"

test/runtests.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ using TestItemRunner
1010
# Available tags: :calculus, :linearoperator, :nonlinearoperator,
1111
# :batching, :misc, :quality, :jet
1212

13-
@run_package_tests
13+
if VERSION <= v"1.11"
14+
@run_package_tests filter = ti -> :jet ti.tags
15+
else
16+
@run_package_tests
17+
end

0 commit comments

Comments
 (0)