Skip to content

Commit dfd5379

Browse files
committed
ForwardDiff test dep
1 parent ddc2e3f commit dfd5379

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

DifferentiationInterface/Project.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,22 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
109109
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
110110

111111
[targets]
112-
test = ["ADTypes", "Aqua", "ComponentArrays", "DataFrames", "ExplicitImports", "JET", "JLArrays", "JuliaFormatter", "Pkg", "Random", "SparseArrays", "SparseConnectivityTracer", "SparseMatrixColorings", "StableRNGs", "StaticArrays", "Test"]
112+
test = [
113+
"ADTypes",
114+
"Aqua",
115+
"ComponentArrays",
116+
"DataFrames",
117+
"ExplicitImports",
118+
"ForwardDiff",
119+
"JET",
120+
"JLArrays",
121+
"JuliaFormatter",
122+
"Pkg",
123+
"Random",
124+
"SparseArrays",
125+
"SparseConnectivityTracer",
126+
"SparseMatrixColorings",
127+
"StableRNGs",
128+
"StaticArrays",
129+
"Test",
130+
]

0 commit comments

Comments
 (0)