Try testing now

This commit is contained in:
Luke Lau 2019-11-06 01:14:37 +00:00 committed by GitHub
parent 827c8225d6
commit 782717f743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: recursive
- uses: bubba/setup-haskell@macos-ghcup
with:
ghc-version: ${{matrix.ghc}}
@ -40,7 +41,9 @@ jobs:
cabal update
cabal install hoogle
hoogle generate
- name: Build
run: cabal build
# - name: Run tests
# run: cabal test
- name: Run tests
run: cabal test