Skip to content

Commit

Permalink
Add cabal-install:parser-tests to cabal-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
jgotoh committed Nov 4, 2024
1 parent fbcdc07 commit 5f97cef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cabal-validate/src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,14 @@ cliTests opts = do
++ tastyArgs opts
)

timedCabalBin
opts
"cabal-install"
"test:parser-tests"
( jobsArgs opts
++ tastyArgs opts
)

-- This doesn't work in parallel either.
timedCabalBin
opts
Expand Down

0 comments on commit 5f97cef

Please sign in to comment.