Skip to content

Commit

Permalink
add aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 12, 2024
1 parent 18163ca commit b3cdc67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EpiAware/test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

@testitem "Aqua.jl" begin
import Aqua
Aqua.test_all(EpiAware)
using Aqua
Aqua.test_all(EpiAware, ambiguities = false)
Aqua.test_ambiguities(EpiAware)
end

0 comments on commit b3cdc67

Please sign in to comment.