Skip to content

Commit 2078f39

Browse files
committed
test add feature simulator
1 parent ea763e4 commit 2078f39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

workspace/tests/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "tests"
33
version = "0.1.0"
44
edition = "2021"
55

6+
[features]
7+
# default = [ "simulator" ]
8+
simulator = [ "ckb-testtool/simulator" ]
9+
610
[dependencies]
7-
ckb-testtool = "0.10.2"
11+
ckb-testtool = "0.12.0"
812
serde_json = "1.0"

0 commit comments

Comments
 (0)