anchor/tests/zero-copy/Anchor.toml

10 lines
158 B
TOML
Raw Normal View History

[provider]
2021-04-17 12:07:48 -07:00
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[workspace]
2021-08-08 02:11:48 -07:00
members = ["programs/zero-copy"]
2021-07-29 14:38:24 -07:00
[scripts]
test = "mocha -t 1000000 tests/"