set GEN_COMPLETIONS to 1 in github workflows

This commit is contained in:
figsoda 2021-02-17 18:49:26 -05:00
parent 2c0289d64a
commit 15bfc0cad9
2 changed files with 4 additions and 0 deletions

View file

@ -37,6 +37,8 @@ jobs:
with:
command: build
args: --target ${{ matrix.target }}
env:
GEN_COMPLETIONS: 1
clippy:
name: clippy

View file

@ -94,6 +94,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
env:
GEN_COMPLETIONS: 1
- name: Find generated completions
run: |