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 0822390 commit 9342f37Copy full SHA for 9342f37
ci/install.sh
@@ -1,6 +1,10 @@
1
set -euxo pipefail
2
3
main() {
4
+ if [ $TARGET = x86_64-unknown-linux-gnu ]; then
5
+ rustup component add rustfmt
6
+ fi
7
+
8
case $TARGET in
9
arm*v7r-none-eabi*)
10
rustup target add $TARGET
ci/script.sh
+ cargo fmt --all -- --check
cargo check --target $TARGET
cargo check --features nop --target $TARGET
0 commit comments