Skip to content

Commit 92e6569

Browse files
committed
Properly limit maximum heap size when running tests to ensure streaming doesn’t hold on to data
1 parent fc1d70a commit 92e6569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zlib/zlib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ test-suite tests
130130
tasty >= 0.8 && < 1.6,
131131
tasty-quickcheck >= 0.8 && < 1
132132
ghc-options: -Wall
133-
--with-rtsopts="-M1G"
133+
"-with-rtsopts=-M1G"

0 commit comments

Comments
 (0)