Skip to content

Commit 5742ba5

Browse files
committed
Merge branch 'ds/ci-commit-graph-and-midx'
One of our CI tests to run with "unusual/experimental/random" settings now also uses commit-graph and midx. * ds/ci-commit-graph-and-midx: ci: add optional test variables
2 parents c5cde07 + 97164c9 commit 5742ba5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run-build-and-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ then
1515
export GIT_TEST_FULL_IN_PACK_ARRAY=true
1616
export GIT_TEST_OE_SIZE=10
1717
export GIT_TEST_OE_DELTA_SIZE=5
18+
export GIT_TEST_COMMIT_GRAPH=1
19+
export GIT_TEST_MULTI_PACK_INDEX=1
1820
make --quiet test
1921
fi
2022

0 commit comments

Comments
 (0)