ci: add db matrix to ci

This commit is contained in:
thesimplekid
2024-09-21 10:57:19 +02:00
parent 4a0637a6a5
commit 3413c24936
4 changed files with 11 additions and 8 deletions

View File

@@ -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(())