Group keymap harnesses under development/tests/
CI / cargo fmt --check (push) Successful in 27s
CI / cargo clippy (push) Successful in 34s
CI / cargo test (push) Successful in 35s
CI / cargo fmt --check (pull_request) Successful in 32s
CI / cargo clippy (pull_request) Successful in 28s
CI / cargo test (pull_request) Successful in 33s
CI / editor keymaps (push) Successful in 1m27s
CI / editor keymaps (pull_request) Successful in 1m27s
CI / cargo fmt --check (push) Successful in 27s
CI / cargo clippy (push) Successful in 34s
CI / cargo test (push) Successful in 35s
CI / cargo fmt --check (pull_request) Successful in 32s
CI / cargo clippy (pull_request) Successful in 28s
CI / cargo test (pull_request) Successful in 33s
CI / editor keymaps (push) Successful in 1m27s
CI / editor keymaps (pull_request) Successful in 1m27s
Move the four keymap-harness files (test-keymaps.sh/.lua and the Vim counterparts) into a development/tests/ subfolder so they sit apart from the interactive dev launchers. REPO_ROOT now climbs two levels, and the internal source paths, CI invocations, and ONBOARDING tree are updated. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -93,6 +93,6 @@ jobs:
|
||||
sudo apt-get install -y --no-install-recommends vim
|
||||
vim --version | head -1
|
||||
- name: run Neovim keymap harness
|
||||
run: ./development/test-keymaps.sh
|
||||
run: ./development/tests/test-keymaps.sh
|
||||
- name: run Vim keymap harness
|
||||
run: ./development/test-keymaps-vim.sh
|
||||
run: ./development/tests/test-keymaps-vim.sh
|
||||
|
||||
Reference in New Issue
Block a user