We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c16efa commit dbf669dCopy full SHA for dbf669d
Makefile
@@ -26,8 +26,8 @@ test:
26
27
integration-test:
28
@echo "=== $(INTEGRATION) === [ test ]: running integration tests..."
29
- @docker-compose -f tests/integration/docker-compose.yml up -d --build
30
- @go test -v -tags=integration ./tests/integration/. ; (ret=$$?; docker-compose -f tests/integration/docker-compose.yml down && exit $$ret)
+ @docker compose -f tests/integration/docker-compose.yml up -d --build
+ @go test -v -tags=integration ./tests/integration/. ; (ret=$$?; docker compose -f tests/integration/docker-compose.yml down && exit $$ret)
31
32
# rt-update-changelog runs the release-toolkit run.sh script by piping it into bash to update the CHANGELOG.md.
33
# It also passes down to the script all the flags added to the make target. To check all the accepted flags,
0 commit comments