diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 6b164808..074e2b80 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -18,5 +18,6 @@ reqwest = {version = "0.12.4", features = ["json"]} [[bin]] name = "prepare_db" +path = "src/main.rs" test = false bench = false diff --git a/integration_tests/src/bin/prepare_db.rs b/integration_tests/src/main.rs similarity index 100% rename from integration_tests/src/bin/prepare_db.rs rename to integration_tests/src/main.rs