Skip to content

Commit cf97299

Browse files
committed
base tests: make sure to fail CI if tests need formatting
1 parent 7735612 commit cf97299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/base-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ done
5050
# switch back to master
5151
rustup default master
5252

53-
if [ "${needs_reformatting}" = true ] ; then
53+
if [ "${needs_reformatting}" == true ] ; then
5454
echo "Tests need reformatting!"
5555
exit 2
5656
fi

0 commit comments

Comments
 (0)