Skip to content

Commit 206a7d8

Browse files
committed
feat(examples/multiple_composes_go_mongodb): Add tests-build target to Makefile
1 parent e837d69 commit 206a7d8

File tree

1 file changed

+3
-0
lines changed
  • examples/multiple_composes_go_mongodb

1 file changed

+3
-0
lines changed

examples/multiple_composes_go_mongodb/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ run-tests:
2020
tests:
2121
COMPOSE_FILE=compose.yml:compose.tests.yml docker compose run tests
2222

23+
tests-build:
24+
COMPOSE_FILE=compose.yml:compose.tests.yml docker compose run --build tests
25+
2326
use-ports:
2427
echo "COMPOSE_FILE=compose.yml:compose.ports.yml" >> .env
2528

0 commit comments

Comments
 (0)