Skip to content

Commit

Permalink
Explicitly use nightly for cargo fmt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petekubiak committed Feb 26, 2025
1 parent d275a02 commit 4deec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cargo batch \
--- build --release --manifest-path examples/rp-pico-2-w/Cargo.toml --target thumbv8m.main-none-eabihf --features skip-cyw43-firmware
# --- build --release --manifest-path examples/apache-nimble/Cargo.toml --target thumbv7em-none-eabihf

cargo fmt --check --manifest-path ./host/Cargo.toml
cargo +nightly fmt --check --manifest-path ./host/Cargo.toml
cargo clippy --manifest-path ./host/Cargo.toml --features gatt,peripheral,central
cargo test --manifest-path ./host/Cargo.toml --lib -- --nocapture
cargo test --manifest-path ./host/Cargo.toml --no-run -- --nocapture
Expand Down

0 comments on commit 4deec22

Please sign in to comment.