Cabal file fixes. Fix tests in CI with cabal too.

This commit is contained in:
John J. Camilleri
2021-07-08 14:26:41 +02:00
parent c02a3e0617
commit 639f1f043a
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ jobs:
- name: Test
run: |
cabal test gf-tests
PATH="$PWD/dist/build/gf:$PATH" cabal test gf-tests --show-details=direct
stack:
name: stack / ghc ${{ matrix.ghc }}