Skip to content

Commit

Permalink
check vector-stream as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Feb 26, 2024
1 parent 5437d41 commit c7d8173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
# ----------------
- name: cabal check
run: |
cd vector
cabal -vnormal check
(cd vector-stream && cabal -vnormal check)
(cd vector && cabal -vnormal check)
# ----------------
- name: Build
run: |
Expand Down

0 comments on commit c7d8173

Please sign in to comment.