Skip to content

Commit

Permalink
Build test suites explicitly
Browse files Browse the repository at this point in the history
This seems to fix an error where `long-tests` isn't built?
  • Loading branch information
9999years committed Sep 30, 2024
1 parent 92613f0 commit d208282
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cabal-validate/src/Cli.hs
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,16 @@ resolveOpts opts = do
, optionals
(CliTests `elem` steps')
[ "cabal-install"
, "cabal-install:tests"
, "cabal-install-solver"
, "cabal-benchmarks"
, "Cabal-tests:tests"
]
, optionals
(rawSolverBenchmarks opts)
[ "solver-benchmarks"
, "solver-benchmarks:tests"
]
, optional (rawSolverBenchmarks opts) "solver-benchmarks"
]

archPath' =
Expand Down

0 comments on commit d208282

Please sign in to comment.