Add sanity checks to ci.
This commit is contained in:
parent
c8c8c8b24c
commit
a45fb0ac38
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue