Skip to content

Commit 7d2510c

Browse files
committed
Update justfile to format tests and verify
Running `just fmt` only formats modules in the workspace, and not `integration_test` and `verify`. Add a line for both of these modules so that they are formatted when running `just fmt`.
1 parent 35f3714 commit 7d2510c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ lint-integration-tests:
3131
# Run cargo fmt
3232
fmt:
3333
cargo +$(cat ./nightly-version) fmt --all
34+
cargo +$(cat ./nightly-version) fmt --manifest-path $REPO_DIR/integration_test/Cargo.toml
35+
cargo +$(cat ./nightly-version) fmt --manifest-path $REPO_DIR/verify/Cargo.toml
3436

3537
# Check the formatting
3638
format:

0 commit comments

Comments
 (0)