-
Notifications
You must be signed in to change notification settings - Fork 385
Run pass
tests without building dependencies first
#2448
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
Conversation
Oh yeah that is neat. Something for the future. :) |
☔ The latest upstream changes (presumably #2457) made this pull request unmergeable. Please resolve the merge conflicts. |
@rustbot author |
3ab28fe
to
9851578
Compare
@rustbot review |
9851578
to
f48a0a8
Compare
f48a0a8
to
6f8885e
Compare
@bors r+ |
☀️ Test successful - checks-actions |
fixes #2442
One thing that I'm wondering is if we should do away with running each folder individually and make
ui_test
support running all tests in parallel (so building deps becomes a thread, and all tests needing deps are blocked on it)