single file
Some checks failed
ci / ci (push) Failing after 3m7s

This commit is contained in:
2026-04-05 15:46:52 -06:00
parent f12928749b
commit 005003e468
15 changed files with 1392 additions and 1375 deletions

View File

@@ -79,12 +79,12 @@ arg "<version>" help="The version of Neovim to test with"
run = 'mise test:version:no-prep $usage_version'
[tasks."test"]
run = 'mise test:version 0.11.5'
run = 'mise test:version 0.12.0'
[tasks."test:all"]
depends = ["test:prepare"]
run = '''
VERSIONS="0.11.5 nightly"
VERSIONS="0.11.5 0.12.0 nightly"
for v in $VERSIONS; do
mise test:version:no-prep $v
done