Skip to content

Commit 6aa4fdc

Browse files
bors[bot]ryankurte
andcommitted
Merge #58
58: Add --all-features to ci build and test r=japaric a=ryankurte CI is not currently running tests as they're feature gated Co-authored-by: Ryan Kurte <[email protected]>
2 parents 1c2de05 + 0e7e667 commit 6aa4fdc

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)