Skip to content

Commit 607a62c

Browse files
Fix test dependencies
1 parent 1d5c2bf commit 607a62c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/ArrayInterfaceStaticArrays/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313
[compat]
1414
Adapt = "3"
1515
ArrayInterface = "6"
16+
ArrayInterfaceStaticArraysCore = "0.1"
1617
Static = "0.7"
1718
StaticArrays = "1.2.5, 1.3, 1.4"
1819
julia = "1.6"

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ if GROUP == "ArrayInterfaceBlockBandedMatrices"
1919
dev_subpkg("ArrayInterfaceBandedMatrices")
2020
end
2121

22+
if GROUP == "ArrayInterfaceStaticArrays"
23+
dev_subpkg("ArrayInterfaceStaticArraysCore")
24+
end
25+
2226
groups = if GROUP == "All"
2327
["ArrayInterfaceCore", "ArrayInterface", "ArrayInterfaceBandedMatrices", "ArrayInterfaceBlockBandedMatrices",
2428
"ArrayInterfaceOffsetArrays", "ArrayInterfaceStaticArrays",]

0 commit comments

Comments
 (0)