Skip to content

Commit 19e866c

Browse files
committed
ci: OpenBSD: Disable optimizations and limit parallelism
1 parent f88bb96 commit 19e866c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ task:
2222
- cabal update
2323
# For some reason the job fails with -O2 optimization level,
2424
# probably because of lack of disk space.
25-
- cabal test --test-show-details=direct --ghc-options='-O1'
25+
- cabal test --test-show-details=direct --ghc-options='-O0' -j1
2626

2727
task:
2828
name: NetBSD

0 commit comments

Comments
 (0)