Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 782717f

Browse files
authored
Try testing now
1 parent 827c822 commit 782717f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,26 @@ jobs:
2424
- uses: actions/checkout@v1
2525
with:
2626
submodules: recursive
27+
2728
- uses: bubba/setup-haskell@macos-ghcup
2829
with:
2930
ghc-version: ${{matrix.ghc}}
3031
cabal-version: '3.0'
31-
32+
3233
- name: Cache
3334
uses: actions/cache@v1
3435
with:
3536
path: dist-newstyle
3637
key: ${{ runner.OS }}-${{ matrix.ghc }}-dist-newstyle
37-
38+
3839
- name: Install dependencies
3940
run: |
4041
cabal update
4142
cabal install hoogle
4243
hoogle generate
44+
4345
- name: Build
4446
run: cabal build
45-
# - name: Run tests
46-
# run: cabal test
47+
48+
- name: Run tests
49+
run: cabal test

0 commit comments

Comments
 (0)