Add CI step to check Rust snippets

This commit is contained in:
ok300
2023-10-24 15:48:43 +02:00
parent 0699adeb9d
commit cd3e85d92a
2 changed files with 42 additions and 2 deletions

View File

@@ -13,8 +13,6 @@ mod fiat_currencies;
mod buy_btc;
mod static_channel_backup;
use std::str::FromStr;
use anyhow::Result;
use breez_sdk_core::*;
use log::info;