Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Sep 15, 2022
1 parent 3b9bbcc commit 9237370
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,21 @@ Aqua.test_all(
stale_deps=false,
deps_compat=false #tmp
)
Aqua.test_all(IRTSupport)
Aqua.test_all(CATPlots)
Aqua.test_all(
IRTSupport;
ambiguities=false
)
Aqua.test_all(
CATPlots;
ambiguities=false
)
# Workaround for https://github.com/JuliaTesting/Aqua.jl/issues/77
Aqua.test_ambiguities([
ComputerAdaptiveTesting,
IRTSupport,
CATPlots,
Core
])

include("./ability_estimator_1d.jl")
include("./ability_estimator_2d.jl")
Expand Down

0 comments on commit 9237370

Please sign in to comment.