aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml5
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