fix(ci): validate config after merge

This commit is contained in:
Barrett Ruth 2025-09-19 19:33:28 -04:00
parent 97c7161c2e
commit b5b37074fb
4 changed files with 61 additions and 66 deletions

View file

@ -459,8 +459,8 @@ local function toggle_run_panel(is_debug)
setup_keybindings_for_buffer(test_buffers.tab_buf)
if config.hooks and config.hooks.before_test then
config.hooks.before_test(ctx)
if config.hooks and config.hooks.before_run then
config.hooks.before_run(ctx)
end
if is_debug and config.hooks and config.hooks.before_debug then