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
Running tests/model_based.rs (target/debug/deps/model_based-0199679b3102f8af)
running 1 test
test run_model_based_single_step_tests has been running for over 60 seconds
test run_model_based_single_step_tests ... ok
after several minutes. This increases the cycle time of working on the codebase. It would be better if the model-based tests were off by default, and ran in CI, to keep the test workflow quick-by-default.
What's the definition of "done" for this issue?
Default testing workflow is faster.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Running
cargo test
, I getafter several minutes. This increases the cycle time of working on the codebase. It would be better if the model-based tests were off by default, and ran in CI, to keep the test workflow quick-by-default.
What's the definition of "done" for this issue?
Default testing workflow is faster.
The text was updated successfully, but these errors were encountered: