Skip to content

Commit 4ade1d6

Browse files
authored
fix evergreen config (#143)
1 parent 19a4a8a commit 4ade1d6

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.evergreen/config.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ functions:
100100
working_dir: "src"
101101
script: |
102102
${PREPARE_SHELL}
103-
.evergreen/run-tests-u2i-serde.sh
103+
.evergreen/run-tests-serde.sh
104104
105105
"check rustfmt":
106106
- command: shell.exec
@@ -129,6 +129,11 @@ functions:
129129
${PREPARE_SHELL}
130130
echo '{"results": [{ "status": "FAIL", "test_file": "Build", "log_raw": "No test-results.json found was created" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
131131
132+
"cleanup":
133+
- command: shell.exec
134+
params:
135+
script: |
136+
# Nothing needs to be done here
132137
pre:
133138
- func: "fetch source"
134139
- func: "install dependencies"
@@ -157,16 +162,16 @@ tasks:
157162
commands:
158163
- func: "check clippy"
159164

165+
buildvariants:
160166
-
161167
name: "tests"
162168
display_name: "Tests"
163169
run_on:
164170
- ubuntu1804-test
165171
tasks:
166172
- name: "test"
167-
- name: "test-u2i"
168-
- name: "test-serde"
169-
173+
- name: "test-u2i"
174+
- name: "test-serde"
170175
-
171176
name: "lint"
172177
display_name: "Lint"
@@ -175,4 +180,3 @@ tasks:
175180
tasks:
176181
- name: "check-clippy"
177182
- name: "check-rustfmt"
178-

0 commit comments

Comments
 (0)