Skip to content

Commit 2eb9daf

Browse files
authored
chore: update docker compose command (#155)
1 parent b66dd0f commit 2eb9daf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ test:
2727

2828
integration-test:
2929
@echo "=== $(INTEGRATION) === [ test ]: running integration tests..."
30-
@docker-compose -f tests/integration/docker-compose.yml up -d --build
31-
@go test -tags=integration ./tests/integration/. || (ret=$$?; docker-compose -f tests/integration/docker-compose.yml down && exit $$ret)
32-
@docker-compose -f tests/integration/docker-compose.yml down
30+
@docker compose -f tests/integration/docker-compose.yml up -d --build
31+
@go test -tags=integration ./tests/integration/. || (ret=$$?; docker compose -f tests/integration/docker-compose.yml down && exit $$ret)
32+
@docker compose -f tests/integration/docker-compose.yml down
3333

3434
install: bin/$(BINARY_NAME)
3535
@echo "=== $(INTEGRATION) === [ install ]: installing bin/$(BINARY_NAME)..."

0 commit comments

Comments
 (0)