Run coverage tests on ruby 3.0, not 2.7

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2022-02-17 13:33:25 -05:00
parent 2d762f40ab
commit 92fbf304ae

View file

@ -19,7 +19,7 @@ steps:
- label: run-tests-ruby-2.7
command:
- CI_ENABLE_COVERAGE=1 /workdir/.expeditor/buildkite/verify.sh
- /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
@ -27,7 +27,7 @@ steps:
- label: run-tests-ruby-3.0
command:
- /workdir/.expeditor/buildkite/verify.sh
- CI_ENABLE_COVERAGE=1 /workdir/.expeditor/buildkite/verify.sh
expeditor:
secrets: true
executor: