Skip to content

Commit

Permalink
Again try to fix multi-file running, updating for newer inanis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 23, 2023
1 parent bfaaeee commit a32d035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test: _rebuild-test-fixtures _clone-test-dependencies

# Run the test suite without rebuilding or recloning any dependencies.
retest *test_files=tests:
nvim --headless -u {{ init_lua }} -c 'lua require("inanis").run{ "{{ test_files }}", minimal_init = "{{ init_lua }}", sequential = vim.env.TEST_SEQUENTIAL ~= nil }'
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 }'

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

0 comments on commit a32d035

Please sign in to comment.