Skip to content

Commit 3beba69

Browse files
RUST-2143 Test compiling with no default features enabled (#1296)
1 parent c6dfef8 commit 3beba69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/compile-only.sh

+3
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)