We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503474a commit 0c00391Copy full SHA for 0c00391
ci/base-tests.sh
@@ -49,22 +49,3 @@ export CARGO_TARGET_DIR=`pwd`/target/
49
50
# TODO: CLIPPY_CONF_DIR / CARGO_MANIFEST_DIR
51
)
52
-
53
-# make sure tests are formatted
54
55
-# some lints are sensitive to formatting, exclude some files
56
-tests_need_reformatting="false"
57
-# switch to nightly
58
-rustup override set nightly
59
-# avoid loop spam and allow cmds with exit status != 0
60
-set +ex
61
62
-set -ex # reset
63
64
-if [ "${tests_need_reformatting}" == "true" ] ; then
65
- echo "Tests need reformatting!"
66
- exit 2
67
-fi
68
69
-# switch back to master
70
-rustup override set master
0 commit comments