chore(ci): Clarify which steps are linked by disk space

This commit is contained in:
Ed Page 2023-07-10 12:58:56 -05:00
parent b83ac38637
commit 3d7dd47f15

View File

@ -154,6 +154,7 @@ jobs:
- run: cargo test -p cargo - run: cargo test -p cargo
- name: Clear intermediate test output - name: Clear intermediate test output
run: ci/clean-test-output.sh run: ci/clean-test-output.sh
- name: gitoxide tests (all git-related tests) - name: gitoxide tests (all git-related tests)
run: cargo test -p cargo git run: cargo test -p cargo git
env: env:
@ -162,6 +163,7 @@ jobs:
# running out of disk space. # running out of disk space.
- name: Clear test output - name: Clear test output
run: ci/clean-test-output.sh run: ci/clean-test-output.sh
# This only tests `cargo fix` because fix-proxy-mode is one of the most # This only tests `cargo fix` because fix-proxy-mode is one of the most
# complicated subprocess management in Cargo. # complicated subprocess management in Cargo.
- name: Check operability of rustc invocation with argfile - name: Check operability of rustc invocation with argfile
@ -188,6 +190,7 @@ jobs:
# running out of disk space. # running out of disk space.
- name: Clear benchmark output - name: Clear benchmark output
run: ci/clean-test-output.sh run: ci/clean-test-output.sh
- name: Fetch smoke test - name: Fetch smoke test
run: ci/fetch-smoke-test.sh run: ci/fetch-smoke-test.sh