Skip to content

Commit 0c00391

Browse files
Michael Wrightflip1995
authored andcommitted
Remove format checks from CI scripts again.
1 parent 503474a commit 0c00391

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

ci/base-tests.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,3 @@ export CARGO_TARGET_DIR=`pwd`/target/
4949

5050
# TODO: CLIPPY_CONF_DIR / CARGO_MANIFEST_DIR
5151
)
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

Comments
 (0)