Skip to content

Commit 8bb9c28

Browse files
committed
update test ci
1 parent 9cc903d commit 8bb9c28

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/test-lint.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@ jobs:
3636
- name: Install dependencies
3737
run: uv sync
3838

39+
- name: Run ruff
40+
run: uv run ruff check --output-format=github
41+
continue-on-error: true
42+
3943
- name: Run pytest
40-
run: uv run pytest tests/platform_independent
44+
run: uv run pytest tests/
4145

4246
- name: Run on self
4347
run: |
4448
uv run licensecheck -r pyproject.toml
4549
uv run licensecheck --only-licenses mit apache --show-only-failing -g dev -r pyproject.toml
4650
uv run licensecheck --only-licenses mit apache --show-only-failing -f csv -r pyproject.toml
4751
48-
- name: Run ruff
49-
run: uv run ruff check --output-format=github
50-
continue-on-error: true

0 commit comments

Comments
 (0)