We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf72d1 commit f2f3bccCopy full SHA for f2f3bcc
1 file changed
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- vim_version: installed
32
make_target: fast-test
33
test_profile: vim-profile-installed.txt
34
- test_python: "python -m coverage run --append"
+ test_python: "python -m coverage run --append -q"
35
36
env:
37
VIM_VERSION: ${{ matrix.vim_version }}
0 commit comments