ci: include the built-in `git add -i` in the `linux-gcc` job
commitb2627cc3d4be2f8086711097f99d79a32c6a703a
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 14 Jan 2020 18:43:53 +0000 (14 18:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jan 2020 20:06:17 +0000 (15 12:06 -0800)
treefbb1da21ecaea9311dbfadb909da3b004ee2f6d3
parent12acdf573aafb8633f710fdbe5ac1282165fc6cc
ci: include the built-in `git add -i` in the `linux-gcc` job

This job runs the test suite twice, once in regular mode, and once with
a whole slew of `GIT_TEST_*` variables set.

Now that the built-in version of `git add --interactive` is
feature-complete, let's also throw `GIT_TEST_ADD_I_USE_BUILTIN` into
that fray.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/run-build-and-tests.sh