From 532b078ab31ba3e3ca5268730cc3c1dbe688aeb9 Mon Sep 17 00:00:00 2001 From: Pablo Zubieta <8410335+pabloferz@users.noreply.github.com> Date: Sat, 10 Sep 2022 22:45:52 -0500 Subject: [PATCH] Add Aqua test --- Project.toml | 4 +++- test/runtests.jl | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 27f3f9f..c010e17 100644 --- a/Project.toml +++ b/Project.toml @@ -4,11 +4,13 @@ authors = ["Fengyang Wang ", "Curtis Vogt = v"1.6" + using Aqua + @testset "Aqua.jl" begin + Aqua.test_all(FixedPointDecimals) + end +end + end # global testset