Skip to content

Commit

Permalink
ci: update allowed integration failure list for rustfmt 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Jun 4, 2020
1 parent 788eb5a commit fc61ee0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
matrix:
integration: [
bitflags,
chalk,
crater,
error-chain,
glob,
log,
mdbook,
packed_simd,
Expand All @@ -37,6 +34,15 @@ jobs:
# Instead, leverage `continue-on-error`
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
#
# 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
- integration: chalk
allow-failure: true
- integration: crater
allow-failure: true
- integration: glob
allow-failure: true
# Using old rustfmt configuration option
- integration: rand
allow-failure: true
Expand Down

0 comments on commit fc61ee0

Please sign in to comment.