diff --git a/.github/workflows/astrotheme.yml b/.github/workflows/astrotheme.yml index 169d7db..2c455f4 100644 --- a/.github/workflows/astrotheme.yml +++ b/.github/workflows/astrotheme.yml @@ -13,6 +13,9 @@ jobs: name: Test Neovim ${{ matrix.nvim-version }} steps: - uses: actions/checkout@v4 + - uses: leafo/gh-actions-lua@v10 + with: + luaVersion: "5.1.5" - uses: rhysd/action-setup-vim@v1 with: neovim: true diff --git a/Makefile b/Makefile index ce2fbbe..97b8950 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TESTS_DIR=tests/ .PHONY: test test: - @nvim -l ${TESTS_DIR}/minit.lua --busted ${TESTS_DIR} -o utfTerminal + @nvim -l ${TESTS_DIR}/minit.lua --minitest -o utfTerminal .PHONY: extras extras: