action test
Some checks failed
CI / test-python (push) Failing after 6m11s
CI / test-rust (push) Has been cancelled
CI / test-typescript (push) Has been cancelled

This commit is contained in:
2026-01-24 16:16:08 +00:00
parent b7ed31f0d4
commit 2894e0185e
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
pip install -e ".[dev,all]"
- name: Run unit tests (non-integration)
run: pytest tests/ -m "not integration and not slow" --asyncio-mode=auto -v

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
pip install -e ".[dev,all]"
- name: Create hygiene directory
run: mkdir -p .hygeine