Skip to content

Commit

Permalink
Add timing to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed May 28, 2023
1 parent 87d6ed2 commit fc11db5
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 66 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ julia = "1.6"
[extras]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[targets]
test = ["Test", "Unitful", "SpecialFunctions"]
test = ["Test", "Unitful", "SpecialFunctions", "TimerOutputs"]
Loading

0 comments on commit fc11db5

Please sign in to comment.