From e9c5c1c17ff1e9e0555f4e43421250e6eeac107d Mon Sep 17 00:00:00 2001 From: DSVarga Date: Wed, 24 Jan 2024 11:23:53 +0100 Subject: [PATCH] Test Aqua 4 --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 60b2a6f..38d4925 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,8 +3,8 @@ module Runtests using Test, DescriptorSystems, Aqua @testset "code quality" begin - #Aqua.test_all(LinearMaps,piracy = (broken=true,)) - Aqua.test_stale_deps(DescriptorSystems) + Aqua.test_all(DescriptorSystems,piracies = (broken=true,)) + #Aqua.test_stale_deps(DescriptorSystems) end