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 49948c2 commit 8bea6a4Copy full SHA for 8bea6a4
scripts/all-tests.sh
@@ -8,6 +8,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
13
cargo test --release --verbose --no-default-features
14
cargo build --verbose --features "$FEATURES"
0 commit comments