Skip to content

Commit daeeff7

Browse files
RUST-2143 Test compiling with no default features enabled (#1296)
1 parent b8d3127 commit daeeff7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/compile-only.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ cargo $TOOLCHAIN build
1717

1818
# Test with all features.
1919
cargo $TOOLCHAIN build --all-features
20+
21+
# Test with no default features.
22+
cargo $TOOLCHAIN build --no-default-features --features compat-3-0-0,rustls-tls

0 commit comments

Comments
 (0)