You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a common issue when people forget to rebuild their contracts after modifying the source code and then run tests which fail or do not show debugging information.
I'd propose to change the default behavior to always re-build contracts before running tests and introduce a CLI flag to revert to the current workflow, e.g. npx blueprint test --no-build.
The text was updated successfully, but these errors were encountered:
It's a common issue when people forget to rebuild their contracts after modifying the source code and then run tests which fail or do not show debugging information.
I'd propose to change the default behavior to always re-build contracts before running tests and introduce a CLI flag to revert to the current workflow, e.g.
npx blueprint test --no-build
.The text was updated successfully, but these errors were encountered: