Skip to content

Commit f7442cd

Browse files
committed
add StructArrays to test Project.toml
1 parent 266c716 commit f7442cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/OrdinaryDiffEqLowStorageRK/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
4242
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
4343
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4444
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
45+
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
4546
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4647

4748
[targets]
48-
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary"]
49+
test = ["DiffEqDevTools", "Random", "SafeTestsets", "StructArrays", "Test", "ODEProblemLibrary"]

0 commit comments

Comments
 (0)