Skip to content

Commit a4d8e96

Browse files
committed
tests: enable ejection of fuzz fixtures
1 parent 7b00614 commit a4d8e96

File tree

2 files changed

+90
-8
lines changed

2 files changed

+90
-8
lines changed

Cargo.lock

Lines changed: 89 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-program = "~2.0"
2323
thiserror = "^1.0"
2424

2525
[dev-dependencies]
26-
mollusk-svm = "0.0.2"
26+
mollusk-svm = { version = "0.0.5", features = ["fuzz"] }
2727
solana-sdk = "~2.0"
2828

2929
[features]

0 commit comments

Comments
 (0)