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:
David Tolnay 2019-04-22 23:17:22 -07:00
parent 1e6d3ff99b
commit 28ce892617
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -38,4 +38,4 @@ for:
- cd %APPVEYOR_BUILD_FOLDER%\test_suite\deps
- cargo build
- cd %APPVEYOR_BUILD_FOLDER%\test_suite
- cargo test --features compiletest,unstable
- cargo test --features unstable