Skip to content

Commit 8bea6a4

Browse files
committed
MAINT: Add dev/release explanation to test script
1 parent 49948c2 commit 8bea6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/all-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CHANNEL=$2
88

99
([ "$CHANNEL" != "beta" ] || (rustup component add rustfmt && cargo fmt --all -- --check))
1010
cargo build --verbose --no-default-features
11+
# Testing both dev and release profiles helps find bugs, especially in low level code
1112
cargo test --verbose --no-default-features
1213
cargo test --release --verbose --no-default-features
1314
cargo build --verbose --features "$FEATURES"

0 commit comments

Comments
 (0)