From 24fb72e9322ed52d3368ded9723acfefd4f29f28 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:54:38 +0200 Subject: [PATCH] add tests and fix job impl --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31b2375..29ddc05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,6 @@ path = "src/bin/runner_sal/main.rs" name = "runner_osis" path = "src/bin/runner_osis/main.rs" -[[bin]] -name = "test_sync_runner" -path = "test_sync_runner.rs" - [[example]] name = "engine" path = "examples/engine.rs"