pass --target on appveyor

This commit is contained in:
Alex Crichton 2016-10-10 16:41:23 -07:00
parent 56b270454f
commit dbc65bc463
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ install:
build: false
test_script:
- cargo test
- cargo run --manifest-path libc-test/Cargo.toml
- cargo test --target %TARGET%
- cargo run --manifest-path libc-test/Cargo.toml --target %TARGET%
cache:
- target