summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-15 20:43:13 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-15 21:06:45 -0400
commit52ec68799ccf43f77170585a9065021a54441478 (patch)
tree26b5755e6ab6eaa5b6536fac19e0c9779b7990df /.github
parentc0d78240dfe4e67244767296e1f89284925d6d82 (diff)
ci: make script names consistent
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7cbd2285..afaac5c5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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