summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/ci/build_and_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/ci/build_and_test.sh')
-rwxr-xr-xsrc/tools/rustfmt/ci/build_and_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustfmt/ci/build_and_test.sh b/src/tools/rustfmt/ci/build_and_test.sh
index 8fa0f67b0..949918532 100755
--- a/src/tools/rustfmt/ci/build_and_test.sh
+++ b/src/tools/rustfmt/ci/build_and_test.sh
@@ -3,6 +3,7 @@
set -euo pipefail
export RUSTFLAGS="-D warnings"
+export RUSTFMT_CI=1
# Print version information
rustc -Vv