Skip to content

Commit 13faa0f

Browse files
committed
wrap Aqua.jl tests in testset
1 parent bace949 commit 13faa0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ const matrixstyle = VERSION ≥ v"1.3.0-alpha.115" ? FiveArg() : ThreeArg()
55

66
const testallocs = VERSION v"1.4-"
77

8-
Aqua.test_all(LinearMaps)
8+
@testset "code quality" begin
9+
Aqua.test_all(LinearMaps)
10+
end
911

1012
include("linearmaps.jl")
1113

0 commit comments

Comments
 (0)