File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs:
154
154
- run : cargo test -p cargo
155
155
- name : Clear intermediate test output
156
156
run : ci/clean-test-output.sh
157
+
157
158
- name : gitoxide tests (all git-related tests)
158
159
run : cargo test -p cargo git
159
160
env :
@@ -162,6 +163,7 @@ jobs:
162
163
# running out of disk space.
163
164
- name : Clear test output
164
165
run : ci/clean-test-output.sh
166
+
165
167
# This only tests `cargo fix` because fix-proxy-mode is one of the most
166
168
# complicated subprocess management in Cargo.
167
169
- name : Check operability of rustc invocation with argfile
@@ -188,6 +190,7 @@ jobs:
188
190
# running out of disk space.
189
191
- name : Clear benchmark output
190
192
run : ci/clean-test-output.sh
193
+
191
194
- name : Fetch smoke test
192
195
run : ci/fetch-smoke-test.sh
193
196
You can’t perform that action at this time.
0 commit comments