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