mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +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 }
|
pyo3-build-config = { version = "0.22", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["test-e2e"]
|
default = []
|
||||||
# extra
|
# extra
|
||||||
async-trait = ["dep:async-trait"]
|
async-trait = ["dep:async-trait"]
|
||||||
serialize = ["dep:serde", "uuid/serde"]
|
serialize = ["dep:serde", "uuid/serde"]
|
||||||
|
|
Loading…
Reference in a new issue