We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c30750 commit c8d1686Copy full SHA for c8d1686
test/quality_tests.jl
@@ -5,5 +5,7 @@ end
5
6
@testitem "Code linting (JET.jl)" begin
7
using JET
8
- JET.test_package(GraphDynamicalSystems; target_defined_modules = true)
+ if VERSION ≥ v"1.12"
9
+ JET.test_package(GraphDynamicalSystems; target_defined_modules = true)
10
+ end
11
end
0 commit comments