aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-18 09:48:47 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-18 09:48:47 -0800
commitb7d7c45562d7a7b84f64fc147606eda41b4e2cef (patch)
tree68716960c7748234d5b5a23d9c070c1a0ffafe89 /.github
parent559b12ee3a2f741298c1a1ae063db6582c34370e (diff)
downloadpandoc-b7d7c45562d7a7b84f64fc147606eda41b4e2cef.tar.gz
Add sanity checks to all CI targets.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 020a645ae..65a2452ec 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -107,6 +107,9 @@ jobs:
steps:
- uses: actions/checkout@v2
+ - name: Basic sanity checks
+ run: make check
+
# We should have ghc 8.10, cabal, stack pre-installed
# - uses: actions/setup-haskell@v1.1.3
# with:
@@ -156,6 +159,9 @@ jobs:
steps:
- uses: actions/checkout@v2
+ - name: Basic sanity checks
+ run: make check
+
- name: Install recent cabal/ghc
uses: actions/setup-haskell@v1.1.3
with: