What's the quickest way to re-run tests with changed options? #77
-
| 
         A common workflow of mine is to run all the tests, see what tests failed, then focus in on a single failing test, occasionally setting options like  I'm trying out rustic-mode after a long time of using cargo-mode, so I have a strong muscle memory for ctrl-u g ( In rustic-mode, the best I've found so far is p (  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
| 
         The easiest way would be with  Once the  There is also   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Thanks for clarifying. I think the idea of adding a prefix argument to  
 The easiest way is probably to launch with the prefix argument again and clear it.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I implemented your suggestions in #78. Test it out if you get a chance.  | 
  
Beta Was this translation helpful? Give feedback.

I implemented your suggestions in #78. Test it out if you get a chance.