We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc81c51 commit 869f324Copy full SHA for 869f324
1 file changed
scripts/all-tests.sh
@@ -6,7 +6,6 @@ set -e
6
FEATURES=$1
7
CHANNEL=$2
8
9
-([ "$CHANNEL" != "beta" ] || (rustup component add rustfmt && cargo fmt --all -- --check))
10
cargo build --verbose --no-default-features
11
# Testing both dev and release profiles helps find bugs, especially in low level code
12
cargo test --verbose --no-default-features
0 commit comments