Skip to content

Commit

Permalink
chore: fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bounoable committed Mar 3, 2022
1 parent df156dc commit 38d58c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ coverage:

.PHONY: github-test
github-test:
docker-compose \
-f .docker/mongo-test.yml \
-f .docker/nats-test.yml \
-f .docker/coverage.yml up \
--build --abort-on-container-exit --remove-orphans && \
docker-compose -f .docker/github.yml up --build --abort-on-container-exit --remove-orphans && \
docker-compose -f .docker/github.yml down --remove-orphans; \

.PHONY: bench
Expand Down

0 comments on commit 38d58c3

Please sign in to comment.