Skip to content

Commit 23484d2

Browse files
committed
test: run tests sequentially
This seems to already be done in CI, so do it locally too. It helps with ensuring that the compiler's filesystem cache stays consistent during tests. Plus we don't have that many tests at the moment, so the increase in test duration won't be that noticeable.
1 parent d9c03e5 commit 23484d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test: $(PLENARY_DIR)
4040
--headless \
4141
--noplugin \
4242
-u test/minimal_init.vim \
43-
-c "PlenaryBustedDirectory $(TEST_DIR) { minimal_init = './test/minimal_init.vim' }"
43+
-c "PlenaryBustedDirectory $(TEST_DIR) { minimal_init = './test/minimal_init.vim', sequential = true }"
4444

4545
$(PLENARY_DIR):
4646
git clone --depth=1 --no-single-branch $(PLENARY_URL) $(PLENARY_DIR)

0 commit comments

Comments
 (0)