Skip to content

Commit

Permalink
Add random as test time dep
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Aug 22, 2023
1 parent 6302183 commit 0d989fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["BenchmarkTools", "SafeTestsets", "Pkg", "Test", "ForwardDiff", "StaticArrays", "Symbolics", "LinearSolve"]
test = ["BenchmarkTools", "SafeTestsets", "Pkg", "Test", "ForwardDiff", "StaticArrays", "Symbolics", "LinearSolve", "Random"]
1 change: 1 addition & 0 deletions test/basictests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ using NonlinearSolve
using StaticArrays
using BenchmarkTools
using LinearSolve
using Random
using Test

# --- NewtonRaphson tests ---
Expand Down

0 comments on commit 0d989fb

Please sign in to comment.