Skip to content

Commit 7ce4da4

Browse files
committed
cargo clean so we don't run out of disk space on benchmarks!
1 parent d4d67e1 commit 7ce4da4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ jobs:
108108
run: |
109109
cargo test --tests
110110
111+
# so we don't run out of disk space!
112+
- name: cargo clean
113+
run: cargo clean
114+
111115
- name: Run benchmarks
112116
# timeout-minutes: 30
113117
run: |

0 commit comments

Comments
 (0)