Skip to content

Commit a80e818

Browse files
committed
Attempt to enable running tests
1 parent d54bed2 commit a80e818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ clean.%: MIGRATION=$*
3535
clean.%:
3636
make -C $(MIGRATION) clean
3737

38-
test_go: $(shell ls -d fs-repo-*-to-* | sed -e 's/fs-repo/test_go.fs-repo/')
38+
test_go: $(shell ls -d fs-repo-*-to-*/migration | sed -e 's/fs-repo/test_go.fs-repo/')
3939
@echo OK
4040

4141
test_go.%: MIGRATION=$*

fs-repo-migrations/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func latestRepoMigration(fetcher migrations.Fetcher) (int, error) {
130130
// request and calculate latest
131131
//
132132
// When searching for latest migration, start looking using this repo version
133-
const currentVersion = 11
133+
const currentVersion = 12
134134

135135
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
136136
defer cancel()

0 commit comments

Comments
 (0)