Skip to content

Commit

Permalink
chore: build during tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcavalcante8808 committed Jul 18, 2024
1 parent ed7ba89 commit 04c2ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL = /bin/bash


run-tests-on-docker:
docker compose -f docker-compose.yml -f docker-compose.tests.yml up --exit-code-from tests
docker compose -f docker-compose.yml -f docker-compose.tests.yml up --build --exit-code-from tests

test: setup
pytest
Expand Down

0 comments on commit 04c2ff7

Please sign in to comment.