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 integration tests only
|
||||||
run: pytest tests/ -v --tb=short
|
run: pytest tests/integration/ -v --tb=long
|
||||||
|
|||||||
Reference in New Issue
Block a user