Skip to content

Commit 722f222

Browse files
committed
add test command
1 parent 82d43bc commit 722f222

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.github/workflows/unittest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
- name: Run unittest
2828
working-directory: trinity-${{ github.run_id }}/.github/workflows/docker
2929
run: |
30-
docker compose exec trinity-node-1 python -m pytest tests
30+
docker compose exec trinity-node-1 pytest tests --ignore=tests/data
31+
# TODO: run data tests after the dependency conflict is resolved

tests/buffer/__init__.py

Whitespace-only changes.

tests/common/__init__.py

Whitespace-only changes.

tests/explorer/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)