Skip to content

Commit

Permalink
target the utils directory for faster feedback and some actual failures
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 18, 2024
1 parent c20dad2 commit 6266ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosmic-ray.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[cosmic-ray]
module-path = "dbt_platform_helper"
module-path = "utils"
timeout = 10.0
excluded-modules = [
"**/node_modules/**/*"
]
test-command = "poetry run pytest"
test-command = "poetry run pytest tests/utils"

[cosmic-ray.distributor]
name = "local"
Expand Down

0 comments on commit 6266ed6

Please sign in to comment.