From 9e2c12602181fab812a28edd780b8ec2e033f2aa Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Sat, 31 Aug 2024 15:21:38 -0400 Subject: [PATCH] Show test details directly --- .github/workflows/cabal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cabal.yml b/.github/workflows/cabal.yml index aa69ad34..e70907b7 100644 --- a/.github/workflows/cabal.yml +++ b/.github/workflows/cabal.yml @@ -30,7 +30,7 @@ jobs: - name: Generate freeze file run: | cabal update - cabal configure --disable-optimization --enable-tests + cabal configure --enable-tests --test-show-details=direct cabal freeze --minimize-conflict-set # 'cabal freeze' will use the nearest index state which might not be exactly equal # to the index state specified in 'cabal.project'