Skip to content

Commit

Permalink
DEV: adjust pixi tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Sep 20, 2024
1 parent 2d62fc5 commit d1b1179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docs = { features = ["docs"], solve-group = "default" }
test = { features = ["test"], solve-group = "default" }

[tool.pixi.feature.test.tasks]
test = { cmd = "pytest", cwd = "." }
test = { cmd = "pytest" }
test-ci = { cmd = "pytest -ra --cov --cov-report=xml --cov-report=term --durations=20" }

[tool.pixi.feature.dev.tasks]
Expand Down

0 comments on commit d1b1179

Please sign in to comment.