We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1396d34 commit ad6db3aCopy full SHA for ad6db3a
.github/workflows/test-lint.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: uv sync
40
41
- name: Run pytest
42
- run: uv run pytest
+ run: uv run pytest tests/platform_independent
43
44
- name: Run ruff
45
run: uv run ruff check --output-format=github
0 commit comments