Fail fast in CI when |cargo fmt| says no

This commit is contained in:
Michael Vines 2018-06-15 16:17:27 -07:00
parent 15c7f36ea3
commit 3f763f99e2
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
steps:
- command: "ci/coverage.sh"
name: "coverage [public]"
timeout_in_minutes: 20
- command: "ci/docker-run.sh rust ci/test-stable.sh"
name: "stable [public]"
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"
name: "nightly - FAILURES IGNORED [public]"
timeout_in_minutes: 20