mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-25 17:21:51 -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:
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
|
||||
branch: master
|
||||
|
||||
optimization: False
|
||||
|
||||
package xmonad-contrib
|
||||
flags: +pedantic
|
||||
ghc-options: -j
|
||||
|
Reference in New Issue
Block a user