mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
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:
parent
c5654c47ba
commit
8de415743d
2
.github/workflows/haskell-ci.yml
vendored
2
.github/workflows/haskell-ci.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user