Skip to content

Commit 5741f30

Browse files
committed
disabled typed-protocols-doc in GHA
1 parent da6757f commit 5741f30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
- name: typed-protocols-examples [test]
9494
run: cabal run typed-protocols-examples:test
9595

96-
- name: typed-protocols-doc [test]
97-
run: cabal test typed-protocols-doc
96+
# - name: typed-protocols-doc [test]
97+
# run: cabal test typed-protocols-doc
9898

9999
stylish-haskell:
100100
runs-on: ubuntu-22.04

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ packages: ./typed-protocols
1919
./typed-protocols-stateful
2020
./typed-protocols-stateful-cborg
2121
./typed-protocols-examples
22-
./typed-protocols-doc
22+
-- ./typed-protocols-doc
2323

2424
test-show-details: direct

0 commit comments

Comments
 (0)