Skip to content

Commit

Permalink
Add ChainRulesTestUtils test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Jun 21, 2024
1 parent c8734f5 commit 32f4bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ julia = "1.6"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"

[targets]
test = ["Test", "SafeTestsets"]
test = ["Test", "SafeTestsets", "ChainRulesTestUtils"]

0 comments on commit 32f4bfa

Please sign in to comment.