Skip to content

Commit d196a0b

Browse files
committed
TO-DROP: t: only run t0610
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 5a3b545 commit d196a0b

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,5 @@ jobs:
3333
HOME: ${{runner.workspace}}
3434
NO_PERL: 1
3535
run: . /etc/profile && ci/make-test-artifacts.sh artifacts
36-
- name: zip up tracked files
37-
run: git archive -o artifacts/tracked.tar.gz HEAD
38-
- name: upload tracked files and build artifacts
39-
uses: actions/upload-artifact@v4
40-
with:
41-
name: windows-artifacts
42-
path: artifacts
36+
- name: run t0610
37+
run: cd t && sh t0610-*.sh -ivx

t/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))
3939
TEST_RESULTS_DIRECTORY_SQ = $(subst ','\'',$(TEST_RESULTS_DIRECTORY))
4040
CHAINLINTTMP_SQ = $(subst ','\'',$(CHAINLINTTMP))
4141

42-
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
42+
T = t0610-reftable-basics.sh # $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
4343
THELPERS = $(sort $(filter-out $(T),$(wildcard *.sh)))
4444
TLIBS = $(sort $(wildcard lib-*.sh)) annotate-tests.sh
4545
TPERF = $(sort $(wildcard perf/p[0-9][0-9][0-9][0-9]-*.sh))

0 commit comments

Comments
 (0)