Skip to content

Commit 4cced44

Browse files
committed
ci: run all tests in pipeline
1 parent 46c9726 commit 4cced44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
run: uv pip install pytest pytest-cov
162162

163163
- name: 🏃 Run tests
164-
run: uv run pytest --cov --cov-report=xml --cov-branch test -ra -s -m "not acceptance"
164+
run: uv run pytest --cov --cov-report=xml --cov-branch test -ra -s
165165

166166
- name: 📥 Upload coverage report to Codecov
167167
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)