Skip to content

Commit aa3a82c

Browse files
Make sure to test ArrayInterface itself
1 parent 60c20b3 commit aa3a82c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
group:
16+
- ArrayInterface
1617
- ArrayInterfaceCore
1718
- ArrayInterfaceBandedMatrices
1819
- ArrayInterfaceBlockBandedMatrices

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if GROUP == "ArrayInterfaceBlockBandedMatrices"
2020
end
2121

2222
@time begin
23-
if GROUP == "HighLevel"
23+
if GROUP == "ArrayInterface"
2424
include("setup.jl")
2525
include("array_index.jl")
2626
include("axes.jl")

0 commit comments

Comments
 (0)