This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user