diff --git a/Cargo.toml b/Cargo.toml index df0a30c2..e48c4b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,2 @@ [workspace] - -members = [ - "json", - "client", - "integration_test", -] +members = ["json", "client", "integration-tests"] diff --git a/integration_test/Cargo.toml b/integration-tests/Cargo.toml similarity index 100% rename from integration_test/Cargo.toml rename to integration-tests/Cargo.toml diff --git a/integration_test/run.sh b/integration-tests/run.sh similarity index 100% rename from integration_test/run.sh rename to integration-tests/run.sh diff --git a/integration_test/src/main.rs b/integration-tests/src/main.rs similarity index 100% rename from integration_test/src/main.rs rename to integration-tests/src/main.rs