mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-09 17:19:45 -04:00
3910b59f08
# Description of Changes The smoketests try to infer whether to use the built `debug` or `release` binaries.. but the common invocation via `cargo ci smoketests` always pre-builds the release binaries. This was causing people to test the wrong binary locally. # API and ABI breaking changes None. # Expected complexity level and risk 1. # Testing - [x] CI passes Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>