diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-06 21:04:18 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-06 21:09:28 -0700 |
| commit | bf9f025aec78aedcb9431d503fd6c4b14f579fbb (patch) | |
| tree | 3d0d82e9cc53d6bf3800d581c04b5d23cb8dfba5 /.github | |
| parent | 5ece02fa76a6aefc0c617dc0ec27624951ef502b (diff) | |
lib-vt: begin paste utilities exports starting with safe paste
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59556f58e..f78855290 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: strategy: fail-fast: false matrix: - dir: [c-vt, zig-vt] + dir: [c-vt, c-vt-key-encode, c-vt-paste, zig-vt] name: Example ${{ matrix.dir }} runs-on: namespace-profile-ghostty-sm needs: test |
