Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Add Random package for tests.
  • Loading branch information
ParasPuneetSingh authored Aug 25, 2024
1 parent 4d4c78a commit b2e0d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/OptimizationMetaheuristics/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Reexport = "1.2"
Optimization = "3.21"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Random", "Test"]

0 comments on commit b2e0d1d

Please sign in to comment.