Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail fast in CI when |cargo fmt| says no
Browse files Browse the repository at this point in the history
mvines committed Jun 15, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 47e92c8 commit 3c217d8
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

0 comments on commit 3c217d8

Please sign in to comment.