Adjust features selection in CI
This commit is contained in:
parent
ee52f2f02c
commit
c368bf16d0
|
@ -33,8 +33,10 @@ build_and_test() {
|
||||||
TZ=ACST-9:30 channel test -v --lib
|
TZ=ACST-9:30 channel test -v --lib
|
||||||
channel build -v --features rustc-serialize
|
channel build -v --features rustc-serialize
|
||||||
TZ=EST4 channel test -v --features rustc-serialize --lib
|
TZ=EST4 channel test -v --features rustc-serialize --lib
|
||||||
channel build -v --features 'serde bincode'
|
channel build -v --features serde
|
||||||
TZ=UTC0 channel test -v --features 'serde bincode'
|
TZ=UTC0 channel test -v --features serde --lib
|
||||||
|
channel build -v --features serde,rustc-serialize
|
||||||
|
TZ=Asia/Katmandu channel test -v --features serde,rustc-serialize
|
||||||
}
|
}
|
||||||
|
|
||||||
build_only() {
|
build_only() {
|
||||||
|
|
Loading…
Reference in New Issue