aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-03-14 06:42:36 +0100
committerGitHub <noreply@github.com>2023-03-14 06:42:36 +0100
commit441c9ea2ab385c2e6407a637775b4b392533d265 (patch)
tree19a1eb14bcae272052c417c8ae45a3a369b65de2 /.github
parentfeat: add registry.refresh() method (#1096) (diff)
downloadmason-441c9ea2ab385c2e6407a637775b4b392533d265.tar
mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.gz
mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.bz2
mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.lz
mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.xz
mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.zst
mason-441c9ea2ab385c2e6407a637775b4b392533d265.zip
fix(doc): duplicate helptag (#1099)
Closes #1098.
Diffstat (limited to '.github')
-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