Skip to content

Commit 77e952f

Browse files
committed
AppVeyor: use --manifest-path over --package in tests
--package causes problems where multiple versions exist (an issue since rdrand depends on rand_core:0.3). Also, we definitely don't need both.
1 parent 67c856b commit 77e952f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ test_script:
3737
- cargo test --features=serde1,log
3838
- cargo test --benches --features=nightly
3939
- cargo test --examples
40-
- cargo test --package rand_core
41-
- cargo test --package rand_core --no-default-features --features=alloc
42-
- cargo test --package rand_isaac --features=serde1
43-
- cargo test --package rand_xorshift --features=serde1
44-
- cargo test --package rand_xoshiro
45-
- cargo test --package rand_chacha
46-
- cargo test --package rand_hc
4740
- cargo test --manifest-path rand_core/Cargo.toml
4841
- cargo test --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc
4942
- cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1

0 commit comments

Comments
 (0)