Skip to content

Commit

Permalink
ci: add rustfmt for tarpaulin job
Browse files Browse the repository at this point in the history
Without Rustfmt, cargo gen-syntax won't work, resulting in the grammar_is_fresh test failing.
  • Loading branch information
sinato committed Sep 20, 2020
1 parent ca29cf5 commit 9a97c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
override: true
components: rustfmt

- name: Install LLVM
uses: ./.github/actions/install-llvm
Expand Down

0 comments on commit 9a97c8a

Please sign in to comment.