mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Increase storage test coverage (#435)
* Fixing storage and adding tests * PR pipeline only runs quick tests
This commit is contained in:
parent
4daa54abaf
commit
f37decea2b
33 changed files with 7606 additions and 754 deletions
4
.github/workflows/pull-request.yaml
vendored
4
.github/workflows/pull-request.yaml
vendored
|
|
@ -48,8 +48,8 @@ jobs:
|
|||
- name: Unit tests
|
||||
run: pytest tests/unit
|
||||
|
||||
- name: Integration tests
|
||||
run: pytest tests/integration
|
||||
- name: Integration tests (cut the out the long-running tests)
|
||||
run: pytest tests/integration -m 'not slow'
|
||||
|
||||
- name: Contract tests
|
||||
run: pytest tests/contract
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue