Skip to content

Commit

Permalink
Add "Random" package to "test" target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-laforge committed Jul 8, 2019
1 parent afd65e3 commit db5fdde
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 @@ -13,9 +13,10 @@ Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"

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

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

[compat]
Graphics = "≥ 0.1.0"
Expand Down

0 comments on commit db5fdde

Please sign in to comment.