ci: new minit

This commit is contained in:
Folke Lemaitre 2024-07-04 18:13:18 +02:00
parent c848cfddef
commit 1bf8050bc4
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 3 additions and 2 deletions

View file

@ -4,8 +4,9 @@ vim.env.LAZY_STDPATH = ".tests"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
-- Setup lazy.nvim
require("lazy.minit").busted({
require("lazy.minit").setup({
spec = {
{ dir = vim.uv.cwd() },
"LazyVim/starter",
"williamboman/mason-lspconfig.nvim",
"williamboman/mason.nvim",

View file

@ -1,3 +1,3 @@
#!/bin/sh
nvim -l tests/busted.lua tests -o utfTerminal
nvim -l tests/minit.lua --busted tests -o utfTerminal