X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5918a016ff82e5fa12097d07b1624a89ec4e60ac..1bedc176d19f0e71c24149c696c5a2a71f21e941:/.github/workflows/test.yml?ds=inline diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03adc7f..2cfbab6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Unit tests run: | - tox -e py + tox -e py -- -v --color=yes - name: Publish coverage to Coveralls # If pushed / is a pull request against main repo AND