Skip to content

Commit

Permalink
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 bae200a commit 1900d5e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions cabal-validate/src/Cli.hs
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,10 @@ resolveOpts opts = do
, "Cabal-QuickCheck"
, "Cabal-tree-diff"
, "Cabal-described"
, "cabal-install"
, "cabal-install-solver"
, "cabal-benchmarks"
]
, optionals
(CliTests `elem` steps')
[ "cabal-install"
, "cabal-install:tests"
, "cabal-install-solver"
, "cabal-benchmarks"
, "Cabal-tests:tests"
]
, optionals
(rawSolverBenchmarks opts)
[ "solver-benchmarks"
Expand Down

0 comments on commit 1900d5e

Please sign in to comment.