We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788eb5a commit fc61ee0Copy full SHA for fc61ee0
.github/workflows/integration.yml
@@ -15,10 +15,7 @@ jobs:
15
matrix:
16
integration: [
17
bitflags,
18
- chalk,
19
- crater,
20
error-chain,
21
- glob,
22
log,
23
mdbook,
24
packed_simd,
@@ -37,6 +34,15 @@ jobs:
37
34
# Instead, leverage `continue-on-error`
38
35
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
39
36
#
+ # Failing due to breaking changes in rustfmt 2.0 where empty
+ # match blocks have trailing commas removed
+ # https://github.com/rust-lang/rustfmt/pull/4226
40
+ - integration: chalk
41
+ allow-failure: true
42
+ - integration: crater
43
44
+ - integration: glob
45
46
# Using old rustfmt configuration option
47
- integration: rand
48
allow-failure: true
0 commit comments