Meta/cycle-run: run a bit more testing

Test all merges, build all commits, and test and build doc for branch tips.

Junio C Hamano committed Mar 27, 2021 at 16:26 UTC a7e4220b7a7c3a4a50c447a233ce3b7fc0860f7b
1 file changed +4 -2
cycle-run
+4 -2
@@ -12,10 +12,12 @@ test_it () {
12 echo "*** log for $subject ***" &&
13 case "$type" in
14 C)
15 - Meta/Make -$J
15 + Meta/Make -$J &&
16 + Meta/Make -$J -- SPARSE_FLAGS=-Wsparse-error sparse
17 ;;
18 M)
18 - Meta/Make -$J -- SPARSE_FLAGS=-Wsparse-error sparse
19 + Meta/Make -$J -- SPARSE_FLAGS=-Wsparse-error sparse &&
20 + Meta/Make -$J -- test
21 ;;
22 T)
23 Meta/Make -$J -- test &&