Skip to content

Commit 3f76b1b

Browse files
committed
Add CI tests for no_std testing enabled by #227
1 parent f090aa0 commit 3f76b1b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ matrix:
1717
- cargo doc --no-deps --all-features
1818
- cargo test --benches
1919
- cargo test --features nightly
20+
- cargo test --tests --no-default-features --features=alloc
2021
after_success:
2122
- travis-cargo --only nightly doc-upload
2223

2324
script:
2425
- cargo test
26+
- cargo test --tests --no-default-features
2527
- cargo test --manifest-path rand-derive/Cargo.toml
2628

2729
env:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ test_script:
3535
- cargo test --benches
3636
- cargo test
3737
- cargo test --features nightly
38+
- cargo test --tests --no-default-features --features=alloc
3839
- cargo test --manifest-path rand-derive/Cargo.toml

0 commit comments

Comments
 (0)