We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66dd0f commit 2eb9dafCopy full SHA for 2eb9daf
1 file changed
Makefile
@@ -27,9 +27,9 @@ test:
27
28
integration-test:
29
@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
+ @docker compose -f tests/integration/docker-compose.yml up -d --build
+ @go test -tags=integration ./tests/integration/. || (ret=$$?; docker compose -f tests/integration/docker-compose.yml down && exit $$ret)
+ @docker compose -f tests/integration/docker-compose.yml down
33
34
install: bin/$(BINARY_NAME)
35
@echo "=== $(INTEGRATION) === [ install ]: installing bin/$(BINARY_NAME)..."
0 commit comments