Skip to content

Commit

Permalink
Remove doubled fmt check from CI
Browse files Browse the repository at this point in the history
Examples' format is checked in `check-fmt` job, so can be skipped in
`rust_example.sh`.
  • Loading branch information
findepi committed Jul 5, 2024
1 parent fd6b96d commit 5ddec76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/scripts/rust_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

set -ex
cd datafusion-examples/examples/
cargo fmt --all -- --check
cargo check --examples

files=$(ls .)
Expand Down

0 comments on commit 5ddec76

Please sign in to comment.