Because:
- #10084 stopped Cirrus tests from running in CI
This commit:
- reverts commit aad815110c
(#10084).
Fixes #10174.
This commit is contained in:
Родитель
17eec3d5bf
Коммит
a4f33e5ebf
|
@ -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`
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче