Skip to content

Commit

Permalink
Adds Aqua.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Apr 26, 2024
1 parent 1611362 commit d3b75fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using Aqua

Aqua.test_all(PatternFolds)
7 changes: 7 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[compat]
Aqua = "0.8"
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
using TestItemRunner
using PatternFolds

include("Aqua.jl")

@run_package_tests

0 comments on commit d3b75fc

Please sign in to comment.