1
0
forked from GitHub/gf-core

Enable tests in github actions

This commit is contained in:
Andreas Källberg
2021-06-17 16:42:04 +08:00
parent 65522a63c3
commit 889be1ab8e

View File

@@ -56,9 +56,9 @@ jobs:
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
cabal build all
# - name: Test
# run: |
# cabal test all
- name: Test
run: |
cabal test all
stack:
name: stack / ghc ${{ matrix.ghc }}
@@ -90,6 +90,6 @@ jobs:
stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml
# stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
# - name: Test
# run: |
# stack test --system-ghc
- name: Test
run: |
stack test --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml