Add the test package to coverage/inspection tests

This commit is contained in:
Harendra Kumar 2020-12-16 00:13:34 +05:30
parent da9d78f47c
commit 9e37229375
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,7 @@
packages: packages:
./ ./
benchmark benchmark
test
package streamly package streamly
ghc-options: -Werror ghc-options: -Werror

View File

@ -1,5 +1,6 @@
packages: packages:
./ ./
test
source-repository-package source-repository-package
type: git type: git
@ -14,9 +15,5 @@ package streamly
flags: inspection flags: inspection
coverage: true coverage: true
package streamly-benchmarks
ghc-options: -Werror
flags: inspection
package streamly-tests package streamly-tests
ghc-options: -Werror ghc-options: -Werror