Skip to content

Commit

Permalink
Add NLPModelsTest in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Dec 21, 2023
1 parent 827bbf4 commit 01c95ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ julia = "^1.6"

[extras]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
NLPModelsTest = "7998695d-6960-4d3a-85c4-e1bceb8cd856"
OptimizationProblems = "5049e819-d29b-5fba-b941-0eee7e64c1c6"
SolverTest = "4343dc35-3317-4c6e-8877-f0cc8502c90e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["ADNLPModels", "OptimizationProblems", "SolverTest", "Test"]
test = ["ADNLPModels", "NLPModelsTest", "OptimizationProblems", "SolverTest", "Test"]

0 comments on commit 01c95ba

Please sign in to comment.