Skip to content

Commit

Permalink
enable other Aqua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Apr 30, 2024
1 parent 09b49bb commit ea30ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
CommonDataModel = "0.3.6"
NCDatasets = "0.14"
julia = "1"
3 changes: 3 additions & 0 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using Aqua
using ZarrDatasets


Aqua.test_ambiguities(ZarrDatasets)
# some internal ambiguities in DiskArray 0.3 probably fixed in 0.4
Aqua.test_all(ZarrDatasets, ambiguities = false)

0 comments on commit ea30ebd

Please sign in to comment.