about summary refs log tree commit diff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/base-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/base-tests.sh b/ci/base-tests.sh
index 88cc20842e8..e46f8c4c39a 100755
--- a/ci/base-tests.sh
+++ b/ci/base-tests.sh
@@ -26,6 +26,7 @@ cd clippy_dev && cargo test && cd ..
 
 # Perform various checks for lint registration
 ./util/dev update_lints --check
+cargo +nightly fmt --all -- --check
 
 CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
 # run clippy on its own codebase...