Skip to content

Commit

Permalink
Add cabal-install:test:parser-tests to validate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jgotoh committed Aug 25, 2024
1 parent 38ca2d3 commit b994296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ print_header "cabal-install: tests"
CMD="$($CABALLISTBIN cabal-install:test:long-tests) $TESTSUITEJOBS --hide-successes"
(cd cabal-install && timed $CMD) || exit 1

CMD="$($CABALLISTBIN cabal-install:test:parser-tests) $TESTSUITEJOBS --hide-successes"
(cd cabal-install && timed $CMD) || exit 1

# This doesn't work in parallel either
CMD="$($CABALLISTBIN cabal-install:test:unit-tests) -j1 --hide-successes"
(cd cabal-install && timed $CMD) || exit 1
Expand Down

0 comments on commit b994296

Please sign in to comment.