feat: can recursively load files
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2
crates/cuddle-clusters/tests/nested/cuddle.yaml
Normal file
2
crates/cuddle-clusters/tests/nested/cuddle.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
cuddle/clusters:
|
||||
dev:
|
@@ -0,0 +1 @@
|
||||
nested
|
@@ -0,0 +1 @@
|
||||
nested
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1 @@
|
||||
service
|
@@ -27,6 +27,13 @@ async fn both() -> anyhow::Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn nested() -> anyhow::Result<()> {
|
||||
run_test("nested").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn jinja() -> anyhow::Result<()> {
|
||||
run_test("jinja").await?;
|
||||
|
Reference in New Issue
Block a user