Skip to content

Commit

Permalink
Added Aqua.jl testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed May 13, 2024
1 parent 7ded87e commit c2cf6b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ authors = ["Brandon Flores"]
version = "0.1.0"

[compat]
Aqua = "0.8"
Test = "1"
julia = "1.8"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Aqua", "Test"]
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
using CliffordNumbers
using Test
using Aqua, Test

Aqua.test_all(CliffordNumbers; unbound_args = false)

@testset "CliffordNumbers.jl" begin
include("internals.jl")
Expand Down

0 comments on commit c2cf6b2

Please sign in to comment.