mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
Add a "check-config" command to validate config files & tests for it
This commit is contained in:
parent
70ee206031
commit
26ba489aa3
24 changed files with 492 additions and 0 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -148,6 +148,17 @@ xdg = "2.5.2"
|
|||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { version = "0.29", features = ["resource", "time"] }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "2.0.16"
|
||||
insta = { version = "1.40.0", features = ["filters", "json", "redactions"] }
|
||||
predicates = "3.1.2"
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
||||
[profile.dev.package.similar]
|
||||
opt-level = 3
|
||||
|
||||
[features]
|
||||
default = ["rocksdb", "sqlite", "systemd"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue