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 69cb93f commit 3045703Copy full SHA for 3045703
.github/workflows/haskell.yml
@@ -90,8 +90,8 @@ jobs:
90
- name: Build projects [build]
91
run: cabal build all
92
93
- - name: typed-protocols-examples [test]
94
- run: cabal run typed-protocols-examples:test
+ - name: typed-protocols:test
+ run: cabal run typed-protocols:test
95
96
# - name: typed-protocols-doc [test]
97
# run: cabal test typed-protocols-doc
0 commit comments