Skip to content

Commit

Permalink
[ci] Might as well just run rustfmt, as that's what we want to happen
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 12, 2023
1 parent 493ccb8 commit b9e4164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/format.sh
Expand Up @@ -17,5 +17,5 @@ echo " google-java-format" >&2
find "$PWD/java" -type f -name '*.java' | xargs "$GOOGLE_JAVA_FORMAT" --replace

section "Rust"
echo " rustfmt (fix with: bazel run @rules_rust//:rustfmt)" >&2
bazel test //rust/... --test_tag_filters="rust-rustfmt" --build_tests_only
echo " rustfmt" >&2
bazel run @rules_rust//:rustfmt

0 comments on commit b9e4164

Please sign in to comment.