Skip to content

Commit ad6db3a

Browse files
committed
run platform independent tests only
1 parent 1396d34 commit ad6db3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: uv sync
4040

4141
- name: Run pytest
42-
run: uv run pytest
42+
run: uv run pytest tests/platform_independent
4343

4444
- name: Run ruff
4545
run: uv run ruff check --output-format=github

0 commit comments

Comments
 (0)