From 5ddec76803e1e40b3fead06a95bd1ddd40836545 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Tue, 2 Jul 2024 19:42:17 +0200 Subject: [PATCH] Remove doubled fmt check from CI Examples' format is checked in `check-fmt` job, so can be skipped in `rust_example.sh`. --- ci/scripts/rust_example.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/scripts/rust_example.sh b/ci/scripts/rust_example.sh index 0415090665d2..1bb97c88106f 100755 --- a/ci/scripts/rust_example.sh +++ b/ci/scripts/rust_example.sh @@ -19,7 +19,6 @@ set -ex cd datafusion-examples/examples/ -cargo fmt --all -- --check cargo check --examples files=$(ls .)