mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-02 01:29:25 +09:00
add(test): add Aqua test
This commit is contained in:
parent
984083657a
commit
3d4865c18f
2 changed files with 21 additions and 2 deletions
|
@ -210,3 +210,15 @@ true || include("../src/PSBoardDataBase.jl")
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
using Aqua
|
||||
|
||||
@testset "Aqua.jl" begin
|
||||
Aqua.test_all(
|
||||
PSBoardDataBase;
|
||||
# ambiguities = (exclude = [], broken = true),
|
||||
stale_deps = (ignore = Symbol[:Documenter],),
|
||||
# deps_compat = (ignore = Symbol[],),
|
||||
# piracies = false,
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue