ci: Disable optimization in the haskell-ci workflow

Cuts a minute from the build. This was already disabled in the Stack
workflow and we just forgot to put it here as well.

Related: https://github.com/xmonad/xmonad-contrib/pull/580
This commit is contained in:
Tomas Janousek 2021-08-08 11:18:25 +01:00
parent c5654c47ba
commit 8de415743d
2 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,8 @@ jobs:
location: https://github.com/xmonad/xmonad location: https://github.com/xmonad/xmonad
branch: master branch: master
optimization: False
package xmonad-contrib package xmonad-contrib
flags: +pedantic flags: +pedantic
ghc-options: -j ghc-options: -j

View File

@ -10,6 +10,7 @@ hlint: True
hlint-yaml: .hlint.yaml hlint-yaml: .hlint.yaml
raw-project raw-project
optimization: False
package xmonad-contrib package xmonad-contrib
flags: +pedantic flags: +pedantic
ghc-options: -j ghc-options: -j