ci: make script names consistent

This commit is contained in:
Andrew Gallant
2020-03-15 20:43:13 -04:00
parent c0d78240df
commit 52ec68799c
6 changed files with 9 additions and 16 deletions

View File

@@ -170,12 +170,12 @@ jobs:
- name: Test zsh shell completions (Unix, sans cross)
# We could test this when using Cross, but we'd have to execute the
# 'rg' binary (done in test_complete.sh) with qemu, which is a pain and
# 'rg' binary (done in test-complete) with qemu, which is a pain and
# doesn't really gain us much. If shell completion works in one place,
# it probably works everywhere.
if: matrix.target == '' && matrix.os != 'windows-2019'
shell: bash
run: ci/test_complete.sh
run: ci/test-complete
rustfmt:
name: rustfmt