This commit is contained in:
@@ -16,5 +16,5 @@ jobs:
|
|||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: pip install -e ".[dev]"
|
run: pip install -e ".[dev]"
|
||||||
- name: Run all tests
|
- name: Run unit tests
|
||||||
run: pytest tests/ -v --tb=short
|
run: pytest tests/unit/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user