From b7d7c45562d7a7b84f64fc147606eda41b4e2cef Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 18 Dec 2020 09:48:47 -0800 Subject: Add sanity checks to all CI targets. --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit v1.2.3