ci: run rustfmt with nightly

This commit is contained in:
uncenter 2024-02-11 09:00:05 -05:00
parent df7ad3b67c
commit 9475cd6283
No known key found for this signature in database

View file

@ -16,6 +16,7 @@ jobs:
run: |
rustup toolchain install stable --profile minimal
rustup component add clippy
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
@ -37,4 +38,4 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Rustfmt
run: cargo fmt --all -- --check
run: cargo +nightly fmt --all -- --check