Skip to content
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

chore(release): run tests as we build binary #9942

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

chris-olszewski
Copy link
Member

@chris-olszewski chris-olszewski commented Feb 11, 2025

Description

We can cut down on the time it takes to cut a release by starting to build the binary before tests have run.

For example in this run:

  • Rust tests took 8m48s
  • Slowest binary build took 15m38s

Testing Instructions

Test run

Copy link

vercel bot commented Feb 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 8:20pm

@chris-olszewski chris-olszewski marked this pull request as ready for review February 11, 2025 20:46
@chris-olszewski chris-olszewski requested a review from a team as a code owner February 11, 2025 20:46
@chris-olszewski chris-olszewski merged commit ef00be3 into main Feb 12, 2025
47 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/chore_parallel_release branch February 12, 2025 14:56
joshnuss pushed a commit to joshnuss/turborepo that referenced this pull request Feb 15, 2025
### Description

We can cut down on the time it takes to cut a release by starting to
build the binary before tests have run.

For example in [this
run](https://github.com/vercel/turborepo/actions/runs/13246084115):
 - Rust tests took 8m48s
 - Slowest binary build took 15m38s

### Testing Instructions

[Test run](https://github.com/vercel/turborepo/actions/runs/13271787502)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants