@@ -15,31 +15,31 @@ workflows:
15
15
context : haskell-ci
16
16
binary-cache-uri : ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
17
17
cabal-build-extra : --write-ghc-environment-files=ghc8.4.4+
18
- cabal-test-extra : --test-show-details=direct
18
+ cabal-test-extra : --test-show-details=direct --test-options='+RTS -g1'
19
19
20
20
- haskell/build-with-binary-cache :
21
21
name : GHC 8.6.5
22
22
executor : haskell/ghc-8_6_5
23
23
context : haskell-ci
24
24
binary-cache-uri : ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
25
25
cabal-build-extra : --write-ghc-environment-files=ghc8.4.4+
26
- cabal-test-extra : --test-show-details=direct
26
+ cabal-test-extra : --test-show-details=direct --test-options='+RTS -g1'
27
27
28
28
- haskell/build-with-binary-cache :
29
29
name : GHC 8.8.3
30
30
executor : haskell/ghc-8_8_3
31
31
context : haskell-ci
32
32
binary-cache-uri : ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
33
33
cabal-build-extra : --write-ghc-environment-files=ghc8.4.4+
34
- cabal-test-extra : --test-show-details=direct
34
+ cabal-test-extra : --test-show-details=direct --test-options='+RTS -g1'
35
35
36
36
- haskell/build-with-binary-cache :
37
37
name : GHC 8.10.1
38
38
executor : haskell/ghc-8_10_1
39
39
context : haskell-ci
40
40
binary-cache-uri : ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
41
41
cabal-build-extra : --write-ghc-environment-files=ghc8.4.4+
42
- cabal-test-extra : --test-show-details=direct
42
+ cabal-test-extra : --test-show-details=direct --test-options='+RTS -g1'
43
43
44
44
- merge-point/merge-point :
45
45
name : Build Ok
0 commit comments