mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 14:54:49 +01:00
fix(tests): test-e2e should not be on by default
This commit is contained in:
parent
adaaf86e32
commit
60b4c3dee9
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue