aboutsummaryrefslogtreecommitdiffstats
path: root/ci/run-build-and-tests.sh
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge branch 'js/unit-test-suite-runner'Junio C Hamano1-2/+0
13 dayst/Makefile: run unit tests alongside shell testsJeff King1-2/+0
2024-02-07ci: add jobs to test with the reftable backendPatrick Steinhardt1-0/+3
2023-12-09Merge branch 'js/doc-unit-tests'Junio C Hamano1-0/+2
2023-11-10ci: run unit tests in CIJosh Steadmon1-0/+2
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau1-0/+1
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau1-1/+1
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason1-1/+0
2022-06-07Merge branch 'js/ci-github-workflow-markup'Junio C Hamano1-6/+8
2022-05-30Merge branch 'js/use-builtin-add-i'Junio C Hamano1-1/+1
2022-05-21ci/run-build-and-tests: add some structure to the GitHub workflow outputJohannes Schindelin1-2/+2
2022-05-21ci: make it easier to find failed tests' logs in the GitHub workflowJohannes Schindelin1-1/+2
2022-05-21ci/run-build-and-tests: take a more high-level viewJohannes Schindelin1-6/+7
2021-12-01add -i: default to the built-in implementationJohannes Schindelin1-1/+1
2021-11-23CI: don't run "make test" twice in one jobÆvar Arnfjörð Bjarmason1-12/+11
2021-11-23CI: remove Travis CI supportÆvar Arnfjörð Bjarmason1-2/+2
2021-09-20Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano1-0/+1
2021-09-01midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau1-0/+1
2021-08-11ci: run a pedantic build as part of the GitHub workflowCarlo Marcelo Arenas Belón1-3/+7
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano1-0/+1
2021-05-05ci: run test round with parallel-checkout enabledMatheus Tavares1-0/+1
2021-04-16Merge branch 'en/ort-readiness'Junio C Hamano1-0/+1
2021-03-20Add testing with merge-ort merge strategyElijah Newren1-0/+1
2021-01-25t: support GIT_TEST_WRITE_REV_INDEXTaylor Blau1-0/+1
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+2
2020-07-30ci: run tests with SHA-256brian m. carlson1-0/+6
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh1-0/+1
2020-01-15ci: include the built-in `git add -i` in the `linux-gcc` jobJohannes Schindelin1-0/+1
2019-07-19travis-ci: build with GCC 4.8 as wellSZEDER Gábor1-4/+13
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano1-3/+6
2019-01-28ci: use a junction on Windows instead of a symlinkJohannes Schindelin1-1/+4
2019-01-28ci: inherit --jobs via MAKEFLAGS in run-build-and-testsJohannes Schindelin1-1/+1
2019-01-28ci: rename the library of common functionsJohannes Schindelin1-1/+1
2019-01-17travis-ci: don't be '--quiet' when running the testsSZEDER Gábor1-2/+2
2018-10-19ci: add optional test variablesDerrick Stolee1-0/+2
2018-07-23pack-objects: fix performance issues on packing large deltasNguyễn Thái Ngọc Duy1-0/+1
2018-04-16ci: exercise the whole test suite with uncommon code in pack-objectsNguyễn Thái Ngọc Duy1-1/+4
2018-04-16read-cache.c: make $GIT_TEST_SPLIT_INDEX booleanNguyễn Thái Ngọc Duy1-1/+1
2018-03-08Merge branch 'sg/travis-build-during-script-phase'Junio C Hamano1-0/+19
2018-01-08travis-ci: build Git during the 'script' phaseSZEDER Gábor1-0/+15