Skip to content

Commit

Permalink
ci: remove obsolete allow_failure annotations (#1886)
Browse files Browse the repository at this point in the history
These two jobs are now required by github branch protection settings.
  • Loading branch information
Mira Ressel authored and tdimitrov committed Oct 23, 2023
1 parent 341423e commit 36ace24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36ace24

Please sign in to comment.