Skip to content

Commit 11e7dca

Browse files
committed
test compiling with the std feature enabled
1 parent 2ff91a1 commit 11e7dca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ main() {
55

66
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
77
cargo test --target $TARGET
8+
cargo check --target $TARGET --features std
89
return
910
fi
1011
}

0 commit comments

Comments
 (0)