Skip to content

Commit bd3411a

Browse files
committed
Stream test details
1 parent 71dfc48 commit bd3411a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Unit tests
152152
run: |
153-
cabal test --test-show-details=streaming
153+
cabal test
154154
155155
- name: Integration tests
156156
# Integration tests sometimes hang on MacOS

cabal.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
packages: pandoc-plot.cabal
1+
packages: pandoc-plot.cabal
2+
3+
test-show-details: streaming

0 commit comments

Comments
 (0)