Remove --show-details flag in CI/cabal

This commit is contained in:
John J. Camilleri
2021-07-08 15:05:47 +02:00
parent 639f1f043a
commit e681e4dbb0

View File

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