Skip to content

Commit 598de16

Browse files
committed
Actually build everything
1 parent 5af02dc commit 598de16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
os: ${{ runner.os }}
102102

103103
- name: Build
104-
run: cabal build
104+
run: cabal build all
105105

106106
- name: Set test options
107107
# run the tests without parallelism, otherwise tasty will attempt to run

0 commit comments

Comments
 (0)