As I am testing a smart contract and only tinkering with the code that interacts with it (not changing the smart contract itself) I have to wait a long period of time for the compile stage, even though no changes have been made to the smart contract code.
Can I skip this step somehow between runs or somehow use the previous compiled result?