Skip to content

Commit

Permalink
fix(tests): ignore volumes folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyoslav committed Oct 29, 2024
1 parent 18a09db commit 54d2558
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 @@ -69,7 +69,7 @@ format:

## Run all tests in project
test:
poetry run pytest -o log_cli=true --verbosity=2 --showlocals --log-cli-level=INFO --cov=internal --cov-report term
poetry run pytest -o log_cli=true --verbosity=2 --showlocals --log-cli-level=INFO --cov=internal --cov-report term --ignore=volumes

## Check all types
check-types:
Expand Down

0 comments on commit 54d2558

Please sign in to comment.