Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
simsurace and devmotion authored Mar 10, 2024
1 parent 3b73b94 commit 2bde5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ using Zygote
include("expectations.jl")
@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(GPLikelihoods; ambiguities = false)
Aqua.test_ambiguities([GPLikelihoods, Base, Core]; recursive=false)
# Ref https://github.com/JuliaTesting/Aqua.jl/issues/77
Aqua.test_ambiguities(GPLikelihoods; recursive=false)
end
end

0 comments on commit 2bde5fa

Please sign in to comment.