Skip to content

Commit d91e89a

Browse files
add DevTools to the test packages
1 parent 49c0a77 commit d91e89a

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
@@ -33,8 +33,9 @@ UnPack = "0.1, 1.0"
3333
julia = "1.4"
3434

3535
[extras]
36+
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
3637
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3738
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3839

3940
[targets]
40-
test = ["Test", "SafeTestsets"]
41+
test = ["DiffEqDevTools", "Test", "SafeTestsets"]

0 commit comments

Comments
 (0)