diff --git a/test/Aqua.jl b/test/Aqua.jl index 0b536770b2..b3ff8be4b3 100644 --- a/test/Aqua.jl +++ b/test/Aqua.jl @@ -3,8 +3,10 @@ module AquaTests using Aqua: Aqua using Turing -# TODO(mhauru) We skip testing for method ambiguities because it catches a lot of problems -# in dependencies. Would like to check it for just Turing.jl itself though. +# We test ambiguities separately because it catches a lot of problems +# in dependencies but we test it for Turing. +Aqua.test_ambiguities([Turing]) Aqua.test_all(Turing; ambiguities=false) + end