Skip to content

Commit 14220ba

Browse files
committed
Add serde+no_std tests to CI
1 parent 44ce05d commit 14220ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ script:
2929
- cargo test
3030
- cargo test --tests --no-default-features
3131
- cargo test --features serde-1
32+
- cargo test --tests --no-default-features --features=serde-1
3233
- cargo test --manifest-path rand-derive/Cargo.toml
3334

3435
env:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ test_script:
3737
- cargo test --features serde-1
3838
- cargo test --features nightly
3939
- cargo test --tests --no-default-features --features=alloc
40+
- cargo test --tests --no-default-features --features=serde-1
4041
- cargo test --manifest-path rand-derive/Cargo.toml

0 commit comments

Comments
 (0)