Skip to content

Commit

Permalink
add 'test-fast' poe task
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Jul 21, 2024
1 parent 5218922 commit 55b9062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ airbyte-lib-validate-source = "airbyte.validate:run"

[tool.poe.tasks]
test = { shell = "pytest" }
test-fast = { shell = "pytest -m 'not slow'" }

coverage = { shell = "coverage run -m pytest && coverage report" }
coverage-report = { shell = "coverage report" }
Expand Down

0 comments on commit 55b9062

Please sign in to comment.