Skip to content

Commit b9395c8

Browse files
committed
Fix cargo:test:serde job dependency in gitlab-ci
1 parent 64885ac commit b9395c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ cargo:test:serde:
212212
stage: test
213213
image: akubera/rust:stable
214214
needs:
215-
- "cargo:build:no-std"
215+
- "cargo:build:serde"
216216
variables:
217217
RUST_CACHE_KEY: "stable+serde"
218218
<<: *script-cargo-test

0 commit comments

Comments
 (0)