Skip to content

Commit

Permalink
Fail fast in CI when |cargo fmt| says no
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 16, 2018
1 parent 15c7f36 commit 3f763f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/buildkite.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f763f9

Please sign in to comment.