mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 10:41:01 +00:00
check line width not needed (#9820)
* check line width not needed (cargo fmt checks this) * Fixing test to work in release mode.
This commit is contained in:
@@ -269,16 +269,6 @@ check-signed-tag:
|
||||
script:
|
||||
- ./.maintain/gitlab/check_signed.sh
|
||||
|
||||
check-line-width:
|
||||
stage: check
|
||||
image: paritytech/tools:latest
|
||||
<<: *kubernetes-env
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||
script:
|
||||
- ./.maintain/gitlab/check_line_width.sh
|
||||
allow_failure: true
|
||||
|
||||
test-dependency-rules:
|
||||
stage: check
|
||||
image: paritytech/tools:latest
|
||||
|
||||
Reference in New Issue
Block a user