Skip to content

Commit ecb2206

Browse files
committed
fix: update test workflow to run all tests instead of just unit tests
1 parent 7de436a commit ecb2206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install -e .
2626
- name: Run unit tests with coverage
2727
run: |
28-
pytest --cov=web3_mcp --cov-report=xml --cov-report=term tests/unit
28+
pytest --cov=web3_mcp --cov-report=xml --cov-report=term tests
2929
- name: Upload coverage to Codecov
3030
uses: codecov/codecov-action@v4
3131
with:

0 commit comments

Comments
 (0)