canola.nvim/.github/workflows
Barrett Ruth 6be0148eef
build: migrate test framework from plenary to busted
Problem: plenary.nvim is deprecated. The test suite depends on
plenary's async test runner and coroutine-based utilities, tying the
project to an unmaintained dependency. CI also tests against Neovim
0.8-0.11, which are no longer relevant.

Solution: replace plenary with busted + nlua (nvim -l). Convert all
async test patterns (a.wrap, a.util.sleep, a.util.scheduler) to
synchronous equivalents using vim.wait. Rename tests/ to spec/ to
follow busted convention. Replace the CI test matrix with
nvim-busted-action targeting stable/nightly only. Add .busted config,
luarocks test_dependencies, and update the nix devshell.
2026-02-22 00:26:54 -05:00
..
automation_remove_question_label_on_comment.yml ci: update checkout action 2024-04-23 19:21:02 -07:00
automation_request_review.yml feat: support vim.g.oil configuration + remove release-please (#17) 2026-02-21 22:38:38 -05:00
luarocks.yaml feat: support vim.g.oil configuration + remove release-please (#17) 2026-02-21 22:38:38 -05:00
luarocks.yml build: add luarocks packaging and bump stylua (#19) 2026-02-21 23:28:22 -05:00
mirror_upstream_prs.yml docs: upstream tracking in README + daily PR mirror (#13) 2026-02-21 15:53:53 -05:00
tests.yml build: migrate test framework from plenary to busted 2026-02-22 00:26:54 -05:00