Skip to content

Commit

Permalink
Split up the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 6, 2023
1 parent 9d98446 commit 68d303d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
group:
- Core
- 23TestProblems
version:
- '1'
steps:
Expand Down
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ end
if GROUP == "All" || GROUP == "Core"
@time @safetestset "Basic Tests + Some AD" include("basictests.jl")
@time @safetestset "Sparsity Tests" include("sparse.jl")
end

if GROUP == "All" || GROUP == "23TestProblems"
@time @safetestset "23 Test Problems" include("23_test_problems.jl")
end

Expand Down

0 comments on commit 68d303d

Please sign in to comment.