-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to tell bacon to run all jobs? #42
Comments
I would like this as well, it would be nice to be able to just run |
You mean in sequence ? One after the other one and stopping at the first one with things to say ? Can you give an example of the involved jobs ? |
I meant more running them in parallel, like in separate tabs. But now I realize that just opening separate terminal tabs and running multiple |
I often have 2 parallel bacon terminals, when I want some code to be checked with separate targets or features, mostly for cross compilation, but I never need more. |
I have separate ones for |
I could define a way to chain jobs, like |
That's actually similar to my usual workflow where I'd use |
If something relevant is missing from |
Ditto, running |
Another, maybe simpler idea: how about adding a job for cargo checkmate ? This would run all "interesting" jobs in one pass. |
I think bacon 2 makes this issue obsolete. I'll keep the issue open til the release of bacon 2, though, and then it can still be discussed. |
I'm just discovering Bacon — so far, it's really brilliant. I had been building my own things with Allowing multiple jobs is a feature that would be great — for example I'd like to see clippy lints, but also run tests. Having them either consecutive or in parallel would be broadly equivalent, since Until then, I'm just running multiple runs of Bacon — it's fine, though means folks have to learn which things to run; ideally we could give a standard |
What feature in v2 made this issue obsolete? My usecase is to be able to watch both tests and clippy output at the same time. Right now, it seems to require needing to hit |
I have several jobs in my
bacon.toml
and I'd like to run them all. I could open a terminal for each job, but that is tedious.Is it possible to tell bacon to run all my jobs?
The text was updated successfully, but these errors were encountered: