summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-18 09:55:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-18 09:55:34 -0800
commit2bcb063df846b22a463fbf777cd23dc9b940df44 (patch)
tree5bafbb6cf9449bbb078a4a77a4cced1c997a13e1 /.github/workflows/ci.yml
parentb7d7c45562d7a7b84f64fc147606eda41b4e2cef (diff)
Move sanity checks to lint ci.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 65a2452ec..4debe1ebe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,9 +58,6 @@ 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
@@ -107,9 +104,6 @@ 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:
@@ -159,9 +153,6 @@ 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: