Skip to content

Commit e552b47

Browse files
committed
[ci][clean] Removing unnecessary testing step
1 parent 624d033 commit e552b47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build_and_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
pip install -U pip
4646
pip install -U .[dev]
4747
48-
- name: Run tests and generate coverage
49-
run: pytest -v --tb=short tests/ --cov ledgered --cov-report xml
50-
5148
- name: Run unit tests and generate coverage
5249
run: pytest -v --tb=short tests/unit --cov ledgered --cov-report xml
5350

0 commit comments

Comments
 (0)