Describe the desired feature
Foundry allows defining a function afterInvariant that runs after invariant tests. It's briefly mentioned in the docs on this page.
We're using it to run print some stats, run some extra asserts that are slow to run and to withdraw all funds from a contract to ensure all users can withdraw what they own.
I couldn't find such functionality in echidna so currently I'm skipping it for our echidna test. Is it currently possible to do something along those lines? If not, is this a feature you could consider adding?