Skip to content

Commit 0e7e667

Browse files
committed
Add --all-features to ci build and test
1 parent c4db1d2 commit 0e7e667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/script.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
set -ex
22

33
main() {
4-
cross build
5-
cross test --release
4+
cross build --all-features
5+
cross test --release --all-features
66
}
77

88
if [ -z $TRAVIS_TAG ]; then

0 commit comments

Comments
 (0)