]> git.lizzy.rs Git - rust.git/blobdiff - ci/base-tests.sh
Merge pull request #3478 from dtolnay/setlen
[rust.git] / ci / base-tests.sh
index f46c558f24da2bbc90481e3b4ac2fa4db155323f..a046d21c4be4aa65aff37533d7db4861ea37fe38 100755 (executable)
@@ -22,8 +22,14 @@ cargo build --features debugging
 cargo test --features debugging
 cd clippy_lints && cargo test && cd ..
 cd rustc_tools_util && cargo test && cd ..
-# check that the lint lists are up-to-date
-./util/update_lints.py -c
+cd clippy_dev && cargo test && cd ..
+
+# Perform various checks for lint registration
+./util/dev update_lints --check
+cargo +nightly fmt --all -- --check
+
+# Add bin to PATH for windows
+PATH=$PATH:$(rustc --print sysroot)/bin
 
 CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
 # run clippy on its own codebase...