ci: remove obsolete allow_failure annotations (#1886)

These two jobs are now required by github branch protection settings.
This commit is contained in:
Mira Ressel
2023-10-17 12:22:02 +02:00
committed by GitHub
parent d9e266f432
commit b14018fe48
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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