2
crates/cuddle-clusters/tests/both/cuddle.yaml
Normal file
2
crates/cuddle-clusters/tests/both/cuddle.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
cuddle/clusters:
|
||||
dev:
|
2
crates/cuddle-clusters/tests/template_files/cuddle.yaml
Normal file
2
crates/cuddle-clusters/tests/template_files/cuddle.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
cuddle/clusters:
|
||||
dev:
|
@@ -10,3 +10,16 @@ async fn raw_files() -> anyhow::Result<()> {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
#[tokio::test]
|
||||
async fn template_files() -> anyhow::Result<()> {
|
||||
run_test("template_files").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn both() -> anyhow::Result<()> {
|
||||
run_test("both").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user