mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 23:23:05 +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:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --target ${{ matrix.target }}
|
args: --target ${{ matrix.target }}
|
||||||
|
env:
|
||||||
|
GEN_COMPLETIONS: 1
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
name: 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
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
|
env:
|
||||||
|
GEN_COMPLETIONS: 1
|
||||||
|
|
||||||
- name: Find generated completions
|
- name: Find generated completions
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue