Remove -s flag from pytest CI

This commit is contained in:
itqop 2025-07-19 04:09:58 +03:00
parent 003134f420
commit 12f8a49fc5
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ jobs:
run: ruff check .
- name: Run Pytest
run: pytest -s
run: pytest