Skip to content

Commit

Permalink
30 - Action create must not check db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
raoptimus committed Nov 2, 2023
1 parent 4546839 commit eed1eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ test-coverage: ## Coverage
-v

test-unit: ## Run only Unit tests
@go test $$(go list ./... | grep -v mock) \
@GOFLAGS=-buildvcs=false go test $$(go list ./... | grep -v mock) \
-buildvcs=false \
-failfast \
-short \
-timeout=2m \
-v

test-integration: ## Run Integration Tests only
@go test $$(go list ./... | grep -v mock) \
@GOFLAGS=-buildvcs=false go test $$(go list ./... | grep -v mock) \
-buildvcs=false \
-failfast \
-run Integration \
Expand Down

0 comments on commit eed1eb8

Please sign in to comment.