Skip to content

Commit 8718bd6

Browse files
committed
GitHub CI: pass --hide-successes to the test suite
1 parent 5202b6a commit 8718bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
157157
- name: Test
158158
if: matrix.test-set == 'all'
159-
run: cabal test all -j --test-show-details=streaming
159+
run: cabal test all -j --test-show-details=streaming --test-options '--hide-successes'
160160

161161
- name: Test (NoThunks-safe tests only)
162162
if: matrix.test-set == 'no-thunks-safe'

0 commit comments

Comments
 (0)