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
A cheap way to implement this would be to effectively run anchor test <file> for all test files in the tests/ directory--enabled by a flag, e.g., anchor test --redeploy.
this has been solved by #1681 although we might want more configurability eventually (currently each test suite can use their own Test.toml but they all share the the same cli args)
Currently the deploy happens once for the entire test suite.
The text was updated successfully, but these errors were encountered: