diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d42585a..c8a81ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: build-essential autoconf automake libtool libglib2.0-dev libncurses-dev libgtk-3-dev xvfb - groff doxygen + groff doxygen valgrind - name: Configure Build run: | @@ -45,7 +45,7 @@ jobs: # NOTE: The test suite must be run in verbose mode because if it fails # we won't be able to analyze testsuite.log. - name: Run Test Suite - run: xvfb-run -a make check TESTSUITEFLAGS="--verbose" + run: xvfb-run -a make check TESTSUITEFLAGS="--verbose --valgrind" - name: Build Developer Documentation run: cd doc && make devdoc - name: make distcheck |