@@ -1,3 +1,12 @@
|
||||
pub mod common;
|
||||
|
||||
mod can_run_for_env;
|
||||
|
||||
use crate::common::run_test;
|
||||
|
||||
#[tokio::test]
|
||||
async fn raw_files() -> anyhow::Result<()> {
|
||||
run_test("raw_files").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user