Skip to content

Commit

Permalink
Added AQUA.jl to the template (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
quffaro authored Mar 15, 2024
1 parent bea0be5 commit 950b5f8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ version = "0.0.1"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"

[compat]
Catlab = "^0.14"
Catlab = "^0.16"
julia = "1.6"
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[deps]
AlgebraicTemplate = "b66562e1-fa90-4e8b-9505-c909188fab76"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
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, AlgebraicTemplate

Aqua.test_all(AlgebraicTemplate, ambiguities=false,)
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using Test

using AlgebraicTemplate
@testset "Code Quality (Aqua.jl)" begin
include("aqua.jl")
end

@testset "Core" begin
include("core.jl")
Expand Down

0 comments on commit 950b5f8

Please sign in to comment.