Skip to content

Commit 9d261a5

Browse files
committed
ci: run GIT_TEST_PACKED_REFS_VERSION=2 in some builds
The linux-TEST-vars CI build helps us check that certain opt-in features are still exercised in at least one environment. The new GIT_TEST_PACKED_REFS_VERSION environment variable now passes the test suite when set to "2", so add this to that list of variables. This provides nearly the same coverage of the v2 format as we had in the v1 format. Signed-off-by: Derrick Stolee <derrickstolee@github.com>
1 parent 5aa0d40 commit 9d261a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run-build-and-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ linux-TEST-vars)
3030
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
3131
export GIT_TEST_WRITE_REV_INDEX=1
3232
export GIT_TEST_CHECKOUT_WORKERS=2
33+
export GIT_TEST_PACKED_REFS_VERSION=2
3334
;;
3435
linux-clang)
3536
export GIT_TEST_DEFAULT_HASH=sha1

0 commit comments

Comments
 (0)