Skip to content

Commit 4163138

Browse files
committed
ci: fix test script
1 parent b846665 commit 4163138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TESTS_DIR=tests/
22

33
.PHONY: test
44
test:
5-
@nvim -l ${TESTS_DIR}/minit.lua --minitest -o utfTerminal
5+
@nvim -l ${TESTS_DIR}/minit.lua --minitest
66

77
.PHONY: extras
88
extras:

0 commit comments

Comments
 (0)