Skip to content

Commit 878f6bc

Browse files
committed
update test groups
1 parent 975e5c9 commit 878f6bc

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- vectorspaces
3030
- abstracttensor
3131
- linalg
32+
- utility
3233
os:
3334
- ubuntu-latest
3435
- macOS-latest

test/runtests.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ const GROUP = uppercase(
4545
end
4646
end
4747

48-
@time @safetestset "aqua" begin
49-
include("aqua.jl")
48+
if GROUP == "ALL" || GROUP == "UTILITY"
49+
@time @safetestset "aqua" begin
50+
include("aqua.jl")
51+
end
5052
end
5153
end

0 commit comments

Comments
 (0)