Skip to content

Commit c7d8173

Browse files
committed
check vector-stream as well
1 parent 5437d41 commit c7d8173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
# ----------------
9393
- name: cabal check
9494
run: |
95-
cd vector
96-
cabal -vnormal check
95+
(cd vector-stream && cabal -vnormal check)
96+
(cd vector && cabal -vnormal check)
9797
# ----------------
9898
- name: Build
9999
run: |

0 commit comments

Comments
 (0)