Skip to content

Commit

Permalink
rename test => intgr-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Aug 29, 2023
1 parent 4894ffd commit 6c8ea30
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 @@ -5,7 +5,7 @@ GOLANGCI_LING_IMAGE="golangci/golangci-lint:v1.54.2-alpine"
version=latest

build:
docker buildx build --load -t "bavix/gripmock:${version}" --no-cache --platform linux/arm64 .
docker buildx build --load -t "bavix/gripmock:${version}" --platform linux/arm64 .

test:
go test -tags mock -race -cover ./...
Expand All @@ -16,5 +16,5 @@ lint:
lint-fix:
make lint args=--fix

test: build
intgr-test: build
docker compose -f deployments/docker-compose/docker-compose.yml up

0 comments on commit 6c8ea30

Please sign in to comment.