Skip to content

Commit 9c92ff1

Browse files
committed
What if incremental compilation was killing Ubuntu test jobs?
Signed-off-by: itowlson <[email protected]>
1 parent 9b582f0 commit 9c92ff1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ jobs:
171171
- name: Check disk space (After)
172172
run: df -h /
173173

174+
- name: Set `CARGO_INCREMENTAL` to 0
175+
run: echo "CARGO_INCREMENTAL=0" >> $GITHUB_ENV
176+
174177
- name: Run Unit Tests
175178
run: |
176179
make test-unit

0 commit comments

Comments
 (0)