AdeAttwood / ivy.nvim

An ivy-mode port to neovim.
35 stars 4 forks source link

ci: update the test command for better output #84

Closed AdeAttwood closed 4 months ago

AdeAttwood commented 4 months ago

Summary:

Now we are running the tests in neovim we get some output printed to stderr. This is not helpful in the test output, and obfuscate errors.

This throws any unneeded output to /dev/null so we can focus of the tests that have failed. It also moves over to using TAP output for a more descriptive out put in CI.

Test Plan:

CI, running the test will validate this