diff options
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/check-clippy.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/check-clippy.sh b/ci/check-clippy.sh new file mode 100755 index 0000000000..e48adfc6b6 --- /dev/null +++ b/ci/check-clippy.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -eux + +export RUSTFLAGS="--deny warnings" + +# Check rust crates with clippy +source env.sh +time cargo clippy --locked --verbose |
