Skip to content

Commit 8a43dbb

Browse files
committed
fix(move-vm): route transactional-tests verifier cache bypass through testing feature
1 parent 70bdc35 commit 8a43dbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • third_party/move/move-vm/transactional-tests

third_party/move/move-vm/transactional-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libtest-mimic = { workspace = true }
1313
move-bytecode-verifier = { workspace = true }
1414
move-model = { workspace = true }
1515
move-transactional-test-runner = { workspace = true }
16-
move-vm-runtime = { workspace = true, features = ["disable_verifier_cache"] }
16+
move-vm-runtime = { workspace = true, features = ["testing"] }
1717
once_cell = { workspace = true }
1818
walkdir = { workspace = true }
1919

0 commit comments

Comments
 (0)