We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c20b3 commit aa3a82cCopy full SHA for aa3a82c
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
group:
16
+ - ArrayInterface
17
- ArrayInterfaceCore
18
- ArrayInterfaceBandedMatrices
19
- ArrayInterfaceBlockBandedMatrices
test/runtests.jl
@@ -20,7 +20,7 @@ if GROUP == "ArrayInterfaceBlockBandedMatrices"
20
end
21
22
@time begin
23
-if GROUP == "HighLevel"
+if GROUP == "ArrayInterface"
24
include("setup.jl")
25
include("array_index.jl")
26
include("axes.jl")
0 commit comments