From 60b4c3dee9dce06929c28e2f55b78d526fa9b9e2 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 30 Oct 2024 13:28:21 +0100 Subject: [PATCH] fix(tests): test-e2e should not be on by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5e1d44..f5a1f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ napi-build = { version = "2.1", optional = true } pyo3-build-config = { version = "0.22", optional = true } [features] -default = ["test-e2e"] +default = [] # extra async-trait = ["dep:async-trait"] serialize = ["dep:serde", "uuid/serde"]