My project consists of 15+ migrations, and some of them are really long to run (some of them include events parsing), and it takes me to ~5 minutes in order to run these migrations in the context of truffle test
without the actual test being run.
I wonder if it's possible for truffle to save latest migration on a local test network, or should I add --network local
with local ganache running?
Thanks!