remove test-schema from the CI pipeline (#22378)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fc85f49e01
Коммит
274b932c4b
8
Makefile
8
Makefile
@@ -465,14 +465,6 @@ test-compile: ## Compile tests.
|
||||
$(GO) test $(GOFLAGS) -c $$package; \
|
||||
done
|
||||
|
||||
test-db-migration: start-docker ## Gets diff of upgrade vs new instance schemas.
|
||||
./scripts/mysql-migration-test.sh 6.0.0
|
||||
./scripts/psql-migration-test.sh 6.0.0
|
||||
|
||||
test-db-migration-v5: start-docker ## Gets diff of upgrade vs new instance schemas.
|
||||
./scripts/mysql-migration-test.sh 5.0.0
|
||||
./scripts/psql-migration-test.sh 5.0.0
|
||||
|
||||
gomodtidy:
|
||||
@cp go.mod go.mod.orig
|
||||
@cp go.sum go.sum.orig
|
||||
|
||||
Ссылка в новой задаче
Block a user