Skip to content

Commit 3d7dd47

Browse files
committed
chore(ci): Clarify which steps are linked by disk space
1 parent b83ac38 commit 3d7dd47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
- run: cargo test -p cargo
155155
- name: Clear intermediate test output
156156
run: ci/clean-test-output.sh
157+
157158
- name: gitoxide tests (all git-related tests)
158159
run: cargo test -p cargo git
159160
env:
@@ -162,6 +163,7 @@ jobs:
162163
# running out of disk space.
163164
- name: Clear test output
164165
run: ci/clean-test-output.sh
166+
165167
# This only tests `cargo fix` because fix-proxy-mode is one of the most
166168
# complicated subprocess management in Cargo.
167169
- name: Check operability of rustc invocation with argfile
@@ -188,6 +190,7 @@ jobs:
188190
# running out of disk space.
189191
- name: Clear benchmark output
190192
run: ci/clean-test-output.sh
193+
191194
- name: Fetch smoke test
192195
run: ci/fetch-smoke-test.sh
193196

0 commit comments

Comments
 (0)