Skip to content

Commit 869f324

Browse files
committed
FIX: Temporarily remove rustfmt from CI check, because rustfmt crashes
1 parent bc81c51 commit 869f324

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/all-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -e
66
FEATURES=$1
77
CHANNEL=$2
88

9-
([ "$CHANNEL" != "beta" ] || (rustup component add rustfmt && cargo fmt --all -- --check))
109
cargo build --verbose --no-default-features
1110
# Testing both dev and release profiles helps find bugs, especially in low level code
1211
cargo test --verbose --no-default-features

0 commit comments

Comments
 (0)