Always run shellcheck
This commit is contained in:
@ -2,10 +2,6 @@
|
|||||||
# other than those in docs/ are modified
|
# other than those in docs/ are modified
|
||||||
|
|
||||||
steps:
|
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"
|
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh"
|
||||||
name: "coverage"
|
name: "coverage"
|
||||||
timeout_in_minutes: 30
|
timeout_in_minutes: 30
|
||||||
|
@ -8,6 +8,9 @@ steps:
|
|||||||
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-checks.sh"
|
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-checks.sh"
|
||||||
name: "checks"
|
name: "checks"
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
|
- command: "ci/shellcheck.sh"
|
||||||
|
name: "shellcheck"
|
||||||
|
timeout_in_minutes: 5
|
||||||
|
|
||||||
- wait
|
- wait
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user