We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f090aa0 commit 3f76b1bCopy full SHA for 3f76b1b
.travis.yml
@@ -17,11 +17,13 @@ matrix:
17
- cargo doc --no-deps --all-features
18
- cargo test --benches
19
- cargo test --features nightly
20
+ - cargo test --tests --no-default-features --features=alloc
21
after_success:
22
- travis-cargo --only nightly doc-upload
23
24
script:
25
- cargo test
26
+ - cargo test --tests --no-default-features
27
- cargo test --manifest-path rand-derive/Cargo.toml
28
29
env:
appveyor.yml
@@ -35,4 +35,5 @@ test_script:
35
36
37
38
39
0 commit comments