metaplex-foundation / metaplex-ios

Metaplex Mobile IOS SDK
23 stars 20 forks source link

Implement `amman` on CI to run a local validator for testing #62

Open mike-metaplex opened 1 year ago

mike-metaplex commented 1 year ago

Is your feature request related to a problem? Please describe. Currently our Unit Tests are a mix between devnet and mainnet which are slow and also make it hard to find keys to test with.

Describe the solution you'd like Use metaplex/amman to run a local validator to run our tests.

Possible solution Check out using yarn install instead of npm.