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 1ca489c commit 214b6c6Copy full SHA for 214b6c6
.travis.yml
@@ -76,7 +76,7 @@ script:
76
- cargo build
77
- |
78
if [ $TRAVIS_RUST_VERSION == nightly ]; then
79
- cargo test -p rayon --features range128 &&
+ cargo test -p rayon &&
80
cargo test -p rayon-core &&
81
cargo test -p rayon-demo &&
82
./ci/highlander.sh
appveyor.yml
@@ -53,7 +53,7 @@ build: false
53
test_script:
54
55
- if [%CHANNEL%]==[nightly] (
56
57
58
cargo test -p rayon-demo
59
)
0 commit comments