Skip to content

Commit

Permalink
justfile: run cargo fmt on the nightly toolchain
Browse files Browse the repository at this point in the history
This is the only way to enable the unstable features.

* justfile: run cargo fmt on the nightly toolchain

Signed-off-by: Julien Loudet <[email protected]>
  • Loading branch information
J-Loudet committed May 3, 2024
1 parent b268f9c commit f8c0040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ code-checks:
cargo nextest run
cargo test --doc
cargo clippy --all-targets -- --deny warnings
cargo fmt --check
cargo +nightly fmt --check

# Test the standalone-runtime executable with the getting-started flow
test-standalone-runtime: standalone-runtime--bg
Expand Down

0 comments on commit f8c0040

Please sign in to comment.