fix random codecov/project drops in CI, resolves #1800
Those are caused by running the spec tests with `-threaded`, which results in a race to write to spec.tix.
This commit is contained in:
committed by
Wolfgang Walther
parent
a5372e4713
commit
9118a4a780
+1
-2
@@ -224,8 +224,7 @@ test-suite spec
|
||||
, transformers-base >= 0.4.4 && < 0.5
|
||||
, wai >= 3.2.1 && < 3.3
|
||||
, wai-extra >= 3.0.19 && < 3.2
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
-O0 -Werror -Wall -fwarn-identities
|
||||
ghc-options: -O0 -Werror -Wall -fwarn-identities
|
||||
-fno-spec-constr -optP-Wno-nonportable-include-path
|
||||
-fno-warn-missing-signatures
|
||||
|
||||
|
||||
Reference in New Issue
Block a user