We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88bb96 commit 19e866cCopy full SHA for 19e866c
1 file changed
.cirrus.yml
@@ -22,7 +22,7 @@ task:
22
- cabal update
23
# For some reason the job fails with -O2 optimization level,
24
# probably because of lack of disk space.
25
- - cabal test --test-show-details=direct --ghc-options='-O1'
+ - cabal test --test-show-details=direct --ghc-options='-O0' -j1
26
27
task:
28
name: NetBSD
0 commit comments