Skip to content

Commit

Permalink
tests: enable ejection of fuzz fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Oct 18, 2024
1 parent 7b00614 commit a4d8e96
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 8 deletions.
96 changes: 89 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ solana-program = "~2.0"
thiserror = "^1.0"

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

[features]
Expand Down

0 comments on commit a4d8e96

Please sign in to comment.