Skip to content

Commit

Permalink
Update aqua.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 17, 2023
1 parent baaad84 commit 5713988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end
@testset "Aqua tests (additional)" begin
Aqua.test_undefined_exports(SciMLBase)
Aqua.test_stale_deps(SciMLBase)
Aqua.test_deps_compat(SciMLBase)
Aqua.test_deps_compat(SciMLBase, check_extras = false)
Aqua.test_project_extras(SciMLBase)
# Aqua.test_project_toml_formatting(SciMLBase) # failing
# Aqua.test_piracy(SciMLBase) # failing
Expand Down

0 comments on commit 5713988

Please sign in to comment.