Fail fast in CI when |cargo fmt| says no
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user