mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 08:41:07 +00:00
Allow check-runtime to fail (#2845)
* Allow check-runtime to fail * Do not allow the line-width to fail * Allow failure on line-check
This commit is contained in:
@@ -68,6 +68,7 @@ check-runtime:
|
|||||||
GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api"
|
GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api"
|
||||||
script:
|
script:
|
||||||
- ./scripts/gitlab/check_runtime.sh
|
- ./scripts/gitlab/check_runtime.sh
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
check-line-width:
|
check-line-width:
|
||||||
@@ -78,7 +79,7 @@ check-line-width:
|
|||||||
- /^[0-9]+$/
|
- /^[0-9]+$/
|
||||||
script:
|
script:
|
||||||
- ./scripts/gitlab/check_line_width.sh
|
- ./scripts/gitlab/check_line_width.sh
|
||||||
allow_failure: false
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
cargo-audit:
|
cargo-audit:
|
||||||
|
|||||||
Reference in New Issue
Block a user