Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
use flux_releaser::services::{
|
||||
archive::Archive, file_reader::FileReader, flux_local_cluster::FluxLocalClusterManager,
|
||||
};
|
||||
|
||||
#[tokio::test]
|
||||
async fn can_package_files() -> anyhow::Result<()> {
|
||||
tracing_subscriber::fmt().init();
|
||||
|
||||
//let sut = FluxLocalClusterManager::new(FileReader::new(), Archive::new());
|
||||
|
||||
//sut.package_clusters("testdata/flux_local_cluster/").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
Reference in New Issue
Block a user