Skip to content

Commit

Permalink
Always run shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 16, 2020
1 parent d567799 commit 9cc7265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/buildkite-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# other than those in docs/ are modified

steps:
- command: "ci/shellcheck.sh"
name: "shellcheck"
timeout_in_minutes: 5
- wait
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh"
name: "coverage"
timeout_in_minutes: 30
Expand Down
3 changes: 3 additions & 0 deletions ci/buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ steps:
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-checks.sh"
name: "checks"
timeout_in_minutes: 20
- command: "ci/shellcheck.sh"
name: "shellcheck"
timeout_in_minutes: 5

- wait

Expand Down

0 comments on commit 9cc7265

Please sign in to comment.