ci: specify nightly toolchain for rustfmt

This commit is contained in:
daimond113 2024-10-30 20:03:36 +01:00
parent 76a78f462a
commit 699727793e
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -26,7 +26,7 @@ jobs:
# run: cargo test --all --all-features
- name: Check formatting
run: cargo fmt --all -- --check
run: cargo +nightly fmt --all -- --check
- name: Run clippy
run: cargo clippy --all --all-targets --all-features -- -D warnings