Commit e318710
fix: limit test job to single architecture build
- Use :core:testDebugUnitTest for targeted test execution
- Add CARGO_NDK_TARGET_ARCH=arm64 to prevent building all 4 archs
- Reduces disk usage by ~75% (1 arch vs 4 archs)
Tests still depend on Android NDK builds for UniFFI bindings
generation, so we need the environment variable to limit targets.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 20b32a7 commit e318710
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments