Skip to content

Commit ad2f477

Browse files
remove release
1 parent 5c71545 commit ad2f477

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test and Lint
1+
name: Test
22

33
on:
44
push:
@@ -23,10 +23,6 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install .[dev]
26-
- name: Lint with ruff
27-
run: |
28-
ruff check .
29-
ruff format --check .
3026
- name: Test with pytest
3127
run: |
32-
pytest tests/ -v --cov=mcp_utils --cov-report=term-missing
28+
pytest tests/ -v

0 commit comments

Comments
 (0)