Skip to content

Commit d4d67e1

Browse files
committed
don't do cargo check --workspace because then we run out of disk space
1 parent cf9aac9 commit d4d67e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/check-rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ jobs:
102102

103103
- name: cargo fmt
104104
run: cargo fmt --check
105-
- name: cargo check
106-
run: cargo check --workspace
107105
## TODO: maybe use `if` conditions in tests to target `--package <name>`
108106
- name: Run tests
109107
# timeout-minutes: 30

0 commit comments

Comments
 (0)