Skip to content

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 26, 2024
1 parent bb8264c commit 62608cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/astrotheme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 62608cb

Please sign in to comment.