Skip to content

Commit dae0413

Browse files
committed
run subset of tests not depending on env in github workflow
1 parent 89240b9 commit dae0413

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: poetry install
4040

4141
- name: Run pytest
42-
run: poetry run pytest
42+
run: poetry run pytest ./tests/test_formatter.py ./tests/test_license_matrix.py ./tests/test_packageinfo.py
4343

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

0 commit comments

Comments
 (0)