Skip to content

Commit 7e5a8d0

Browse files
committed
Remove doubled fmt check from CI
Examples' format is checked in `check-fmt` job, so can be skipped in `rust_example.sh`.
1 parent 91c8715 commit 7e5a8d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ci/scripts/rust_example.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
set -ex
2121
cd datafusion-examples/examples/
22-
cargo fmt --all -- --check
2322
cargo check --examples
2423

2524
files=$(ls .)

0 commit comments

Comments
 (0)