Skip to content

Commit a32d035

Browse files
committed
Again try to fix multi-file running, updating for newer inanis.
1 parent bfaaeee commit a32d035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test: _rebuild-test-fixtures _clone-test-dependencies
1212

1313
# Run the test suite without rebuilding or recloning any dependencies.
1414
retest *test_files=tests:
15-
nvim --headless -u {{ init_lua }} -c 'lua require("inanis").run{ "{{ test_files }}", minimal_init = "{{ init_lua }}", sequential = vim.env.TEST_SEQUENTIAL ~= nil }'
15+
nvim --headless -u {{ init_lua }} -c 'lua require("inanis").run{ specs = vim.split("{{ test_files }}", " "), minimal_init = "{{ init_lua }}", sequential = vim.env.TEST_SEQUENTIAL ~= nil }'
1616

1717
# Run an instance of neovim with the same minimal init used to run tests.
1818
nvim setup_table='{}' *ARGS='':

0 commit comments

Comments
 (0)