Skip to content

Commit

Permalink
Add Random as test. dep (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Jun 13, 2019
1 parent 4307bcd commit 3e56671
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 @@ -21,6 +21,7 @@ JSON = "0.19, 0.20"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

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

0 comments on commit 3e56671

Please sign in to comment.