We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961dfb8 commit 64d2cfbCopy full SHA for 64d2cfb
ci/install.sh
@@ -4,6 +4,7 @@ main() {
4
if [ $TARGET != x86_64-unknown-linux-gnu ]; then
5
rustup target add $TARGET
6
fi
7
+ rustup component add rustfmt
8
}
9
10
main
ci/script.sh
@@ -3,6 +3,7 @@ set -euxo pipefail
3
main() {
cargo check --target $TARGET
cargo check --target $TARGET --features unproven
+ cargo fmt -- --check
if [ $TRAVIS_RUST_VERSION = nightly ]; then
cargo test --target $TARGET --features unproven
0 commit comments