integration test: fix returning error when block doesn't exist

This commit is contained in:
ramil
2021-04-19 13:16:59 +03:00
parent 3c57fa1064
commit 53f06a66f5
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ test_local: | $(GINKGO) $(GOOSE)
$(GOOSE) -dir db/migrations postgres "$(TEST_CONNECT_STRING_LOCAL)" up
$(GOOSE) -dir db/migrations postgres "$(TEST_CONNECT_STRING_LOCAL)" reset
make migrate NAME=$(TEST_DB)
$(GINKGO) -r --skipPackage=integration_tests,integration
$(GINKGO) -r --skipPackage=integration_test,integration
.PHONY: integrationtest_local
integrationtest_local: | $(GINKGO) $(GOOSE)