Skip to content

Commit 215dec8

Browse files
committed
fix: presubmit should always build all
1 parent 6786f09 commit 215dec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/presubmit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cabal build all
1414

1515
cd ../dataframe-hasktorch
1616

17-
cabal build
17+
cabal build all
1818

1919
cd ../examples
2020

0 commit comments

Comments
 (0)