Skip to content

Commit

Permalink
add aqua to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jun 9, 2024
1 parent 46dfd00 commit 1b18bb6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
using DynamicGrids, Aqua, SafeTestsets

Aqua.test_all(DynamicGrids; ambiguities=false)
Aqua.test_ambiguities([AbstractNumbers, Base, Core]; exclude=[(==)])
Aqua.test_unbound_args(AbstractNumbers)
Aqua.test_undefined_exports(AbstractNumbers)
Aqua.test_project_extras(AbstractNumbers)
Aqua.test_stale_deps(AbstractNumbers)
Aqua.test_deps_compat(AbstractNumbers)


@time @safetestset "generated" begin include("generated.jl") end
@time @safetestset "rules" begin include("rules.jl") end
Expand Down

0 comments on commit 1b18bb6

Please sign in to comment.