Skip to content

Commit 80edaa6

Browse files
committed
fix: Use 4-core runners for test-cargo-unit to resolve disk space issues
The test-cargo-unit job was failing with "No space left on device" errors during Rust compilation. Switching to ubuntu-latest-4-cores provides: - More disk space (~14GB vs ~4GB) - More memory (16GB vs 7GB) - More CPU cores (4 vs 2) This targets only the problematic job without affecting other workflows.
1 parent aae35d4 commit 80edaa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
afterBuild: pnpm dlx turbo@${TURBO_VERSION} run test-cargo-unit
166166
mold: 'yes'
167167
stepName: 'test-cargo-unit'
168+
runs_on_labels: '["ubuntu-latest-4-cores"]'
168169
secrets: inherit
169170

170171
rust-check:

0 commit comments

Comments
 (0)