mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-21 11:56:17 +01:00
add cli completion generation to test build
This commit is contained in:
parent
912c8c1859
commit
f1de150495
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Adjust compiler output
|
||||
run: mv ci-out/_tree-owners ci-out/tree-owners.zsh
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
@ -28,3 +30,6 @@ jobs:
|
||||
files: |
|
||||
LICENSE
|
||||
target/debug/tree-owners
|
||||
ci-out/tree-owners.bash
|
||||
ci-out/tree-owners.fish
|
||||
ci-out/tree-owners.zsh
|
||||
|
Loading…
Reference in New Issue
Block a user