File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,11 @@ jobs:
116
116
rustup override set nightly
117
117
- name : Formatting (miri, ui_test)
118
118
run : cargo fmt --all --check
119
- - name : Formatting (cargo-miri)
120
- run : cargo fmt --manifest-path cargo-miri/Cargo.toml --all --check
119
+ - name : Formatting (everything else)
120
+ # TODO: Add `tests` (work in progress).
121
+ # Maybe change to `find . -name '*.rs'`, superseding the previous step.
122
+ run : find bench-cargo-miri benches cargo-miri test-cargo-miri -name '*.rs'
123
+ | xargs rustfmt +nightly --edition=2021 --config-path ./rustfmt.toml --check
121
124
122
125
# These jobs doesn't actually test anything, but they're only used to tell
123
126
# bors the build completed, as there is no practical way to detect when a
You can’t perform that action at this time.
0 commit comments