diff options
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa25709d..dfc5d130 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,4 +23,7 @@ jobs: neovim: true version: ${{ matrix.nvim_version }} - name: Run tests - run: make test + run: | + set -e + make test + nvim -u NONE -E -R --headless +'helptags doc' +q |
