Skip to content

Commit fc61ee0

Browse files
ci: update allowed integration failure list for rustfmt 2.0
1 parent 788eb5a commit fc61ee0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/integration.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
matrix:
1616
integration: [
1717
bitflags,
18-
chalk,
19-
crater,
2018
error-chain,
21-
glob,
2219
log,
2320
mdbook,
2421
packed_simd,
@@ -37,6 +34,15 @@ jobs:
3734
# Instead, leverage `continue-on-error`
3835
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
3936
#
37+
# Failing due to breaking changes in rustfmt 2.0 where empty
38+
# match blocks have trailing commas removed
39+
# https://github.com/rust-lang/rustfmt/pull/4226
40+
- integration: chalk
41+
allow-failure: true
42+
- integration: crater
43+
allow-failure: true
44+
- integration: glob
45+
allow-failure: true
4046
# Using old rustfmt configuration option
4147
- integration: rand
4248
allow-failure: true

0 commit comments

Comments
 (0)