feat: add basic

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-20 19:25:59 +02:00
commit fe48259d06
18 changed files with 2608 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
use crate::common::run_test;
#[tokio::test]
async fn can_run_for_env() -> anyhow::Result<()> {
run_test("can_run_for_env").await?;
Ok(())
}