feat: add basic environment sharing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -23,3 +23,17 @@ async fn both() -> anyhow::Result<()> {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn jinja() -> anyhow::Result<()> {
|
||||
run_test("jinja").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn environment() -> anyhow::Result<()> {
|
||||
run_test("environment").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user