Skip to content

Commit b6d31a1

Browse files
committed
Add tests/core to CI trigger paths and test command
1 parent 9c21e3f commit b6d31a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
paths:
1010
- "socketsecurity/**/*.py"
1111
- "tests/unit/**/*.py"
12+
- "tests/core/**/*.py"
1213
- "pyproject.toml"
1314
- "uv.lock"
1415
- ".github/workflows/python-tests.yml"
1516
pull_request:
1617
paths:
1718
- "socketsecurity/**/*.py"
1819
- "tests/unit/**/*.py"
20+
- "tests/core/**/*.py"
1921
- "pyproject.toml"
2022
- "uv.lock"
2123
- ".github/workflows/python-tests.yml"
@@ -47,4 +49,4 @@ jobs:
4749
pip install uv
4850
uv sync --extra test
4951
- name: 🧪 run tests
50-
run: uv run pytest -q tests/unit/
52+
run: uv run pytest -q tests/unit/ tests/core/

0 commit comments

Comments
 (0)