Fix move testing (#6374)

This commit is contained in:
Jack May 2019-10-15 15:58:49 -07:00 committed by GitHub
parent 20e800230f
commit 2ee05f1234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ serial_test = "0.2.0"
serial_test_derive = "0.2.0"
[features]
move = ["solana-move-loader-api", "solana-move-loader-program"]
move = ["solana-bench-tps/move", "solana-move-loader-api", "solana-move-loader-program"]