diff options
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4debe1ebe..020a645ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Basic sanity checks + run: make check + # need to install older cabal/ghc versions from ppa repository - name: Install recent cabal/ghc |