We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
failure
1 parent ef91154 commit eb07a5eCopy full SHA for eb07a5e
.github/workflows/integration.yml
@@ -27,7 +27,6 @@ jobs:
27
tempdir,
28
futures-rs,
29
rust-clippy,
30
- failure,
31
]
32
include:
33
# Allowed Failures
@@ -63,9 +62,6 @@ jobs:
63
62
# Original comment was: temporal build failure due to breaking changes in the nightly compiler
64
- integration: rust-semverver
65
allow-failure: true
66
- # Can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
67
- - integration: failure
68
- allow-failure: true
69
70
steps:
71
- name: checkout
0 commit comments