mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-21 15:35:45 +00:00
Test with same features in Travis and AppVeyor
This commit is contained in:
+3
-3
@@ -23,7 +23,7 @@ for:
|
||||
- cargo build --no-default-features
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\serde_test
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo test --features serde/derive,serde/rc
|
||||
|
||||
- matrix:
|
||||
only:
|
||||
@@ -34,8 +34,8 @@ for:
|
||||
- cargo build --no-default-features
|
||||
- cargo build --no-default-features --features alloc
|
||||
- cargo build --no-default-features --features rc,alloc
|
||||
- cargo test --features rc,unstable
|
||||
- cargo test --features derive,rc,unstable
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\test_suite\deps
|
||||
- cargo build
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\test_suite
|
||||
- cargo test --features unstable
|
||||
- cargo test --features compiletest,unstable
|
||||
|
||||
Reference in New Issue
Block a user