forgejo-hooks: Add failing tests
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
979dc50644
commit
25eeacde7c
4 changed files with 285 additions and 14 deletions
|
|
@ -7,3 +7,7 @@ license = "AGPL-3.0+"
|
|||
[dependencies]
|
||||
chrono = { version = "0.4", default-features = false, features = ["serde"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0"
|
||||
serde_path_to_error = "0.1.16"
|
||||
|
|
|
|||
Loading…
Reference in a new issue