Commit 0fa12e4
committed
Fix
For some reason, it's not required for the solver to include the test
suite when running `cabal test`. This means that there is a chance that
`cabal test` can reach a local maxima of dependencies that bizzarely
doesn't contain the test suite itself. This is tracked in:
haskell/cabal#7883
The solution is either to add tests: True to cabal.project, or call
`cabal test` with the --enable-tests flag. This commit does the latter
in the CI, but eventually it'd be nice to get rid of the confusing flag.cabal test not solving for test suite in CI1 parent be0af7b commit 0fa12e4
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
0 commit comments