Skip to content

Commit

Permalink
Merge pull request #65 from ArnoStrouwen/aqua
Browse files Browse the repository at this point in the history
Aqua CI
  • Loading branch information
ChrisRackauckas authored Dec 12, 2023
2 parents fbe6402 + 2a56115 commit 7ef425c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
StaticArrayInterface = "1"
11 changes: 11 additions & 0 deletions test/qa.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using EllipsisNotation, Aqua
@testset "Aqua" begin
Aqua.find_persistent_tasks_deps(EllipsisNotation)
Aqua.test_ambiguities(EllipsisNotation, recursive = false)
Aqua.test_deps_compat(EllipsisNotation)
Aqua.test_piracies(EllipsisNotation)
Aqua.test_project_extras(EllipsisNotation)
Aqua.test_stale_deps(EllipsisNotation)
Aqua.test_unbound_args(EllipsisNotation)
Aqua.test_undefined_exports(EllipsisNotation)
end
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ using StaticArrayInterface
using EllipsisNotation
using Test

include("qa.jl")
include("basic.jl")
include("more_generic.jl")
include("cartesian.jl")

0 comments on commit 7ef425c

Please sign in to comment.