mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 14:44:46 +01:00
ci: add db matrix to ci
This commit is contained in:
@@ -57,7 +57,7 @@ async fn main() -> Result<()> {
|
||||
let redb_db = MintRedbDatabase::new(&get_temp_dir().join("mint")).unwrap();
|
||||
start_cln_mint(addr, port, redb_db).await?;
|
||||
}
|
||||
_ => panic!("Unknown mint db type"),
|
||||
_ => panic!("Unknown mint db type: {}", mint_db_kind),
|
||||
};
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user