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,23 +24,26 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: recursive
- uses: bubba/setup-haskell@macos-ghcup
with:
ghc-version: ${{matrix.ghc}}
cabal-version: '3.0'
- name: Cache
uses: actions/cache@v1
with:
path: dist-newstyle
key: ${{ runner.OS }}-${{ matrix.ghc }}-dist-newstyle
- name: Install dependencies
run: |
cabal update
cabal install hoogle
hoogle generate
- name: Build
run: cabal build
# - name: Run tests
# run: cabal test
- name: Run tests
run: cabal test