Skip to content

Commit

Permalink
Show test output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Nov 24, 2023
1 parent fa99d82 commit 8988b98
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 8988b98

Please sign in to comment.