mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-23 18:53:13 +00:00
6 lines
83 B
Rust
6 lines
83 B
Rust
|
|
use anyhow::Result;
|
||
|
|
|
||
|
|
pub async fn main_tests_runner() -> Result<()> {
|
||
|
|
Ok(())
|
||
|
|
}
|