Skip to content

Commit

Permalink
Merge branch 'release/v1.0.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
namnhce committed Dec 6, 2023
2 parents 13f2690 + f2ec487 commit f354495
Show file tree
Hide file tree
Showing 51 changed files with 5,784 additions and 4,529 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ POSTGRES_TEST_CONTAINER?=fortress_local_test
POSTGRES_CONTAINER?=fortress_local
TOOLS_IMAGE=dwarvesv/fortress-tools:latest
APP_ENVIRONMENT=docker run --rm -v ${PWD}:/${APP_NAME} -w /${APP_NAME} --net=host ${TOOLS_IMAGE}
SWAGGER_VERSION = v1.16.1

.PHONY: setup init build dev test migrate-up migrate-down ci

Expand Down Expand Up @@ -99,7 +100,7 @@ gen-mock:
echo "add later"

gen-swagger:
${APP_ENVIRONMENT} swag init --parseDependency -g ./cmd/server/main.go
swag init --parseDependency -g ./cmd/server/main.go

ci: init
@PROJECT_PATH=$(shell pwd) go test -cover ./... -count=1 -p=1
Expand Down
Loading

0 comments on commit f354495

Please sign in to comment.