Skip to content

Commit

Permalink
Testing tests on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
helder-junior committed Jul 29, 2024
1 parent 40823b0 commit cf9024a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build-dev:

test:
@make deps-start
@docker run -it -v ./:/app --network eventsgateway_eventsgateway eventsgateway-client-dev sh -c 'make test-go'
@docker run -t -v ./:/app --network eventsgateway_eventsgateway eventsgateway-client-dev sh -c 'make test-go'

spark-notebook:
@docker compose up jupyter
Expand Down
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deps-stop:
@docker compose -f ../docker-compose.yaml down

test:
@docker run -it -v ./:/app eventsgateway-server-dev sh -c 'make test-go'
@docker run -i -v ./:/app eventsgateway-server-dev sh -c 'make test-go'

test-go:
@${GOBIN}/ginkgo -tags unit -cover -r --randomize-all --randomize-suites ${TEST_PACKAGES}
Expand Down

0 comments on commit cf9024a

Please sign in to comment.