Skip to content

Commit

Permalink
fixup! fixup! Build test suites explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Sep 30, 2024
1 parent 1900d5e commit 30f0faa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cabal-validate/src/Cli.hs
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,13 @@ resolveOpts opts = do
, "Cabal-QuickCheck"
, "Cabal-tree-diff"
, "Cabal-described"
, "cabal-install"
, "cabal-install-solver"
, "cabal-benchmarks"
]
, optionals
(not (rawLibOnly opts))
[ "cabal-install"
, "cabal-install-solver"
, "cabal-benchmarks"
]
, optionals
(rawSolverBenchmarks opts)
[ "solver-benchmarks"
Expand Down

0 comments on commit 30f0faa

Please sign in to comment.