Skip to content

Commit

Permalink
test: specify path for pytest to find tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Aug 22, 2023
1 parent 926f90f commit 11c018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/voting-node/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ build-dev:

pytest:
FROM +build-dev
RUN poetry run pytest -v
RUN poetry run pytest -v tests

pdoc:
FROM +build-dev
Expand Down

0 comments on commit 11c018f

Please sign in to comment.