Replies: 3 comments
-
|
Oh, I just created a duplicate discussion for this :( I searched but did not find this one. Yes this change would be useful and I can imagine not that hard to implement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I also ran into this. Anyone willing to collab on it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Just ran into this use case. This will be most helpful! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
I would like to be able to run tests against a server without having to spin the server up separately and have to close it after the tests run.
Non-goals
Background
I have a
testcommand that I want to run against a server that is on thestartcommand. Using the newwithflag, I configured it like so:Proposal
If I run
turbo run testit should spin up the server using thestartbut should also close the server once thetestis completedBeta Was this translation helpful? Give feedback.
All reactions