diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 1917d3dc15a..766f6c6df85 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -114,7 +114,7 @@ jobs: run: git clone https://github.com/input-output-hk/cardano-mainnet-mirror - name: Run tests - run: cabal test -v3 --builddir="$CABAL_BUILDDIR" cardano-node-chairman + run: cabal test --builddir="$CABAL_BUILDDIR" cardano-node-chairman - name: Save cabal cache uses: haskell-works/cabal-cache-action@v1