Skip to content

Commit 76eb149

Browse files
committed
add Random to test deps
1 parent 0fa5348 commit 76eb149

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ julia = "1"
1313

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

1718
[targets]
18-
test = ["Test"]
19+
test = ["Test", "Random"]

0 commit comments

Comments
 (0)