Skip to content

Commit

Permalink
Merge pull request #44 from input-output-hk/test-show-details-direct
Browse files Browse the repository at this point in the history
Show test output in CI
  • Loading branch information
jorisdral authored Nov 28, 2023
2 parents fa99d82 + 8988b98 commit bf5edb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: cabal build --enable-tests --enable-benchmarks all

- name: Run tests
run: cabal test all
run: cabal test -j1 --test-show-details=direct all

# Check formatting for Haskell files
stylish-haskell:
Expand Down Expand Up @@ -225,4 +225,4 @@ jobs:

- name: Run cabal check
run: |
./scripts/check-cabal.sh
./scripts/check-cabal.sh

0 comments on commit bf5edb7

Please sign in to comment.