We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dfc48 commit bd3411aCopy full SHA for bd3411a
.github/workflows/ci.yml
@@ -150,7 +150,7 @@ jobs:
150
151
- name: Unit tests
152
run: |
153
- cabal test --test-show-details=streaming
+ cabal test
154
155
- name: Integration tests
156
# Integration tests sometimes hang on MacOS
cabal.project
@@ -1 +1,3 @@
1
-packages: pandoc-plot.cabal
+packages: pandoc-plot.cabal
2
+
3
+test-show-details: streaming
0 commit comments