You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: optimize CI build times while preserving release quality
- Add conditional optimization based on build context
- PR builds use minimal optimization (-O2) for faster CI
- Release builds use full optimization for production quality
- Increase release workflow timeout from 15 to 30 minutes
- Detect release context via CARGO_BUILD_PROFILE or GITHUB_EVENT_NAME
This allows PRs to build quickly (under 10 minutes) while ensuring
NPM releases still get fully optimized WASM binaries.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments