Skip to content

Commit

Permalink
Merge pull request #9 from JuliaConstraints/tests
Browse files Browse the repository at this point in the history
Fix JET tests for pre-release of julia
  • Loading branch information
Azzaare authored Sep 24, 2024
2 parents 959174a + f4dd652 commit 07924d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/JET.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@testset "Code linting (JET.jl)" begin
JET.test_package(ConstraintsTranslator; target_defined_modules = true)
end
if VERSION v"1.10"
JET.test_package(ConstraintsTranslator; target_defined_modules = true)
end
end

0 comments on commit 07924d8

Please sign in to comment.