Skip to content

Commit

Permalink
Add Random to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Oct 10, 2019
1 parent aea1011 commit 65cdec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
Meshing = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "MeshIO", "FileIO", "Meshing", "NBInclude", "Blink", "ColorTypes", "Pkg"]
test = ["Test", "MeshIO", "FileIO", "Meshing", "NBInclude", "Blink", "ColorTypes", "Pkg", "Random"]
5 changes: 0 additions & 5 deletions test/REQUIRE

This file was deleted.

0 comments on commit 65cdec1

Please sign in to comment.