Skip to content

Commit

Permalink
test: run tests sequentially
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tmillr committed Jul 14, 2024
1 parent d9c03e5 commit 23484d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test: $(PLENARY_DIR)
--headless \
--noplugin \
-u test/minimal_init.vim \
-c "PlenaryBustedDirectory $(TEST_DIR) { minimal_init = './test/minimal_init.vim' }"
-c "PlenaryBustedDirectory $(TEST_DIR) { minimal_init = './test/minimal_init.vim', sequential = true }"

$(PLENARY_DIR):
git clone --depth=1 --no-single-branch $(PLENARY_URL) $(PLENARY_DIR)
Expand Down

0 comments on commit 23484d2

Please sign in to comment.