Fail fast in CI when |cargo fmt| says no
This commit is contained in:
parent
15c7f36ea3
commit
3f763f99e2
|
@ -1,10 +1,11 @@
|
||||||
steps:
|
steps:
|
||||||
- command: "ci/coverage.sh"
|
|
||||||
name: "coverage [public]"
|
|
||||||
timeout_in_minutes: 20
|
|
||||||
- command: "ci/docker-run.sh rust ci/test-stable.sh"
|
- command: "ci/docker-run.sh rust ci/test-stable.sh"
|
||||||
name: "stable [public]"
|
name: "stable [public]"
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
|
- wait
|
||||||
|
- command: "ci/coverage.sh"
|
||||||
|
name: "coverage [public]"
|
||||||
|
timeout_in_minutes: 20
|
||||||
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh || true"
|
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh || true"
|
||||||
name: "nightly - FAILURES IGNORED [public]"
|
name: "nightly - FAILURES IGNORED [public]"
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
|
|
Loading…
Reference in New Issue