Skip to content

Commit

Permalink
chore(ci): check rustfmt with nightly toolchain
Browse files Browse the repository at this point in the history
Some of our rustfmt rules aren't stable yet. Thus our rustfmt CI check should run on nightly.

Pull-Request: #5743.
  • Loading branch information
elenaf9 authored Dec 16, 2024
1 parent df85cff commit 54d7f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt

Expand Down

0 comments on commit 54d7f21

Please sign in to comment.