mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
set GEN_COMPLETIONS to 1 in github workflows
This commit is contained in:
parent
2c0289d64a
commit
15bfc0cad9
2 changed files with 4 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
|||
with:
|
||||
command: build
|
||||
args: --target ${{ matrix.target }}
|
||||
env:
|
||||
GEN_COMPLETIONS: 1
|
||||
|
||||
clippy:
|
||||
name: clippy
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -94,6 +94,8 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
env:
|
||||
GEN_COMPLETIONS: 1
|
||||
|
||||
- name: Find generated completions
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue