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 a590cf3 commit 5a166e8Copy full SHA for 5a166e8
.github/workflows/haskell.yml
@@ -74,8 +74,8 @@ jobs:
74
- name: typed-protocols-examples [test]
75
run: cabal run typed-protocols-examples:test
76
77
- - name: typed-protocols-docs [test]
78
- run: cabal run typed-protocols-docs:test
+ - name: typed-protocols-doc [test]
+ run: cabal test typed-protocols-doc
79
80
stylish-haskell:
81
runs-on: ubuntu-22.04
0 commit comments