fix(tests): test-e2e should not be on by default

This commit is contained in:
əlemi 2024-10-30 13:28:21 +01:00
parent adaaf86e32
commit 60b4c3dee9
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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"]