Skip to content

Commit

Permalink
Attempt to enable running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Apr 26, 2021
1 parent d54bed2 commit a80e818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clean.%: MIGRATION=$*
clean.%:
make -C $(MIGRATION) clean

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

test_go.%: MIGRATION=$*
Expand Down
2 changes: 1 addition & 1 deletion fs-repo-migrations/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func latestRepoMigration(fetcher migrations.Fetcher) (int, error) {
// request and calculate latest
//
// When searching for latest migration, start looking using this repo version
const currentVersion = 11
const currentVersion = 12

ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
defer cancel()
Expand Down

0 comments on commit a80e818

Please sign in to comment.