From f1de1504950d757e426a5ec6f69d6565eef643a4 Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Sun, 24 Sep 2023 12:20:43 +0200 Subject: [PATCH] add cli completion generation to test build --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe5780f..e4b4658 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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