From aa7ea24f2de820de4373611c26d9b2819562624b Mon Sep 17 00:00:00 2001 From: AmirSa12 Date: Mon, 20 Jul 2026 15:10:59 +0330 Subject: [PATCH] run fish tests --- .github/workflows/shell-completions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/shell-completions.yml b/.github/workflows/shell-completions.yml index 306c3dd..7d61a58 100644 --- a/.github/workflows/shell-completions.yml +++ b/.github/workflows/shell-completions.yml @@ -56,3 +56,6 @@ jobs: - name: Run shell argv protocol tests run: pnpm test tests/shell-empty-argv.test.ts + + - name: Run fish integration tests + run: pnpm test tests/fish-integration.test.ts