Skip to content

Commit

Permalink
Update CI test command
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Dec 20, 2017
1 parent 803b670 commit b2843f6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ci/test_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ cargo test --verbose
cargo build --no-default-features
cargo test --no-default-features

# Each isolated feature should also work everywhere.
for feature in rustc-serialize serde; do
cargo build --verbose --no-default-features --features="$feature"
cargo test --verbose --no-default-features --features="$feature"
done

# Downgrade serde and build test the 0.7.0 channel as well
cargo update -p serde --precise 0.7.0
cargo build --verbose --no-default-features --features "serde"
# It also should build with serde features
cargo build --verbose --no-default-features --features=serde
cargo test --verbose --no-default-features --features=serde

0 comments on commit b2843f6

Please sign in to comment.