add conf-test on top-level config

This commit is contained in:
Chris Beck
2025-12-06 09:52:55 -07:00
parent 393d68e5ef
commit ac6beaf8e4
+1 -1
View File
@@ -48,7 +48,7 @@ impl AdminHandlerCommand {
/// Top-level configuration for signal-gateway.
#[derive(Conf, Debug)]
#[conf(serde)]
#[conf(serde, test)]
pub struct Config {
/// If true, just validate config and don't start
#[conf(long)]