Skip to content

Commit

Permalink
update test groups
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Dec 3, 2024
1 parent 975e5c9 commit 878f6bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- vectorspaces
- abstracttensor
- linalg
- utility
os:
- ubuntu-latest
- macOS-latest
Expand Down
6 changes: 4 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ const GROUP = uppercase(
end
end

@time @safetestset "aqua" begin
include("aqua.jl")
if GROUP == "ALL" || GROUP == "UTILITY"
@time @safetestset "aqua" begin
include("aqua.jl")
end
end
end

0 comments on commit 878f6bc

Please sign in to comment.