mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
ci: remove obsolete allow_failure annotations (#1886)
These two jobs are now required by github branch protection settings.
This commit is contained in:
@@ -30,7 +30,6 @@ cargo-fmt-manifest:
|
||||
- cargo install zepter --locked --version 0.11.0 -q -f --no-default-features && zepter --version
|
||||
- echo "👉 Hello developer! If you see this CI check failing then it means that one of the your changes in a Cargo.toml file introduced ill-formatted or unsorted features. Please take a look at 'docs/STYLE_GUIDE.md#manifest-formatting' to find out more."
|
||||
- zepter format features --check
|
||||
allow_failure: true # Experimental
|
||||
|
||||
# FIXME
|
||||
.cargo-deny-licenses:
|
||||
|
||||
@@ -183,7 +183,6 @@ test-rustdoc:
|
||||
SKIP_WASM_BUILD: 1
|
||||
script:
|
||||
- time cargo doc --workspace --all-features --no-deps
|
||||
allow_failure: true
|
||||
|
||||
cargo-check-all-benches:
|
||||
stage: test
|
||||
|
||||
Reference in New Issue
Block a user