bug(cirrus): Revert "Run cirrus pytest command in verbose mode (#10084)" (#10175)

Because:

- #10084 stopped Cirrus tests from running in CI

This commit:

-  reverts commit aad815110c (#10084).

Fixes #10174.
This commit is contained in:
Barret Rennie 2024-01-30 20:44:46 -05:00 коммит произвёл GitHub
Родитель 17eec3d5bf
Коммит a4f33e5ebf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

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

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

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

@ -67,7 +67,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`