Disable compiletest in appveyor
error[E0464]: multiple matching crates for `serde` --> $DIR/wrong_getter.rs:15:10 | 15 | #[derive(Serialize)] | ^^^^^^^^^ | = note: candidates: crate `serde`: /?/C:/projects/serde/test_suite/deps/target/debug/deps/libserde-a1a28acc73b0edde.rlib crate `serde`: /?/C:/Users/appveyor/.
This commit is contained in:
parent
1e6d3ff99b
commit
28ce892617
@ -38,4 +38,4 @@ for:
|
|||||||
- cd %APPVEYOR_BUILD_FOLDER%\test_suite\deps
|
- cd %APPVEYOR_BUILD_FOLDER%\test_suite\deps
|
||||||
- cargo build
|
- cargo build
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%\test_suite
|
- cd %APPVEYOR_BUILD_FOLDER%\test_suite
|
||||||
- cargo test --features compiletest,unstable
|
- cargo test --features unstable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user