chore(release): run tests as we build binary (#9942)
### 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)