Add sanity checks to ci.

This commit is contained in:
John MacFarlane 2020-12-18 09:25:02 -08:00
parent c8c8c8b24c
commit a45fb0ac38

View file

@ -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