We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c21e3f commit b6d31a1Copy full SHA for b6d31a1
1 file changed
.github/workflows/python-tests.yml
@@ -9,13 +9,15 @@ on:
9
paths:
10
- "socketsecurity/**/*.py"
11
- "tests/unit/**/*.py"
12
+ - "tests/core/**/*.py"
13
- "pyproject.toml"
14
- "uv.lock"
15
- ".github/workflows/python-tests.yml"
16
pull_request:
17
18
19
20
21
22
23
@@ -47,4 +49,4 @@ jobs:
47
49
pip install uv
48
50
uv sync --extra test
51
- name: 🧪 run tests
- run: uv run pytest -q tests/unit/
52
+ run: uv run pytest -q tests/unit/ tests/core/
0 commit comments