File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ functions:
100
100
working_dir : " src"
101
101
script : |
102
102
${PREPARE_SHELL}
103
- .evergreen/run-tests-u2i- serde.sh
103
+ .evergreen/run-tests-serde.sh
104
104
105
105
" check rustfmt " :
106
106
- command : shell.exec
@@ -129,6 +129,11 @@ functions:
129
129
${PREPARE_SHELL}
130
130
echo '{"results": [{ "status": "FAIL", "test_file": "Build", "log_raw": "No test-results.json found was created" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
131
131
132
+ " cleanup " :
133
+ - command : shell.exec
134
+ params :
135
+ script : |
136
+ # Nothing needs to be done here
132
137
pre :
133
138
- func : " fetch source"
134
139
- func : " install dependencies"
@@ -157,16 +162,16 @@ tasks:
157
162
commands :
158
163
- func : " check clippy"
159
164
165
+ buildvariants :
160
166
-
161
167
name : " tests"
162
168
display_name : " Tests"
163
169
run_on :
164
170
- ubuntu1804-test
165
171
tasks :
166
172
- name : " test"
167
- - name : "test-u2i"
168
- - name : "test-serde"
169
-
173
+ - name : " test-u2i"
174
+ - name : " test-serde"
170
175
-
171
176
name : " lint"
172
177
display_name : " Lint"
@@ -175,4 +180,3 @@ tasks:
175
180
tasks :
176
181
- name : " check-clippy"
177
182
- name : " check-rustfmt"
178
-
You can’t perform that action at this time.
0 commit comments