Run cirrus pytest command in verbose mode (#10084)

This commit
- runs `make cirrus_check` in verbose mode.

Fixes #9148

Signed-off-by: Priyanshi Gaur <noxdot1134@gmail.com>
This commit is contained in:
Priyanshi Gaur 2024-01-23 00:20:25 +05:30 коммит произвёл GitHub
Родитель 829fb767f1
Коммит aad815110c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -89,7 +89,7 @@ jobs:
- run:
name: Run Cirrus tests and linting
command: |
make cirrus_check
make cirrus_check -v
check_cirrus_aarch64:
machine:
@ -104,7 +104,7 @@ jobs:
- run:
name: Run Cirrus tests and linting
command: |
make cirrus_check
make cirrus_check -v
check_schemas:
machine:

Просмотреть файл

@ -65,7 +65,7 @@ The following are the available commands for working with Cirrus:
- Usage: `make cirrus_test`
- **cirrus_check**: Performs various checks on the Cirrus application including Ruff linting, Black code formatting check, Pyright static type checking, pytest tests, and documentation generation..
- **cirrus_check**: Performs various checks on the Cirrus application including Ruff linting, Black code formatting check, Pyright static type checking, pytest tests, and documentation generation.
- Usage: `make cirrus_check`