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:
ddorgan
2019-06-11 16:26:13 +01:00
committed by Bastian Köcher
parent 66ae3a57ff
commit c1654ecd23
+2 -1
View File
@@ -68,6 +68,7 @@ check-runtime:
GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api"
script:
- ./scripts/gitlab/check_runtime.sh
allow_failure: true
check-line-width:
@@ -78,7 +79,7 @@ check-line-width:
- /^[0-9]+$/
script:
- ./scripts/gitlab/check_line_width.sh
allow_failure: false
allow_failure: true
cargo-audit: