Skip to content

Commit

Permalink
add Aqua to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Feb 23, 2024
1 parent d74c2b8 commit e3290ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using ReachabilityBase, Test
import Aqua

@testset "Aqua tests" begin
Aqua.test_all(ReachabilityBase)
end
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
Documenter = "0.27, 1"
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ if VERSION > v"1.6"
doctest(ReachabilityBase)
end
end

include("Aqua.jl")

0 comments on commit e3290ca

Please sign in to comment.