pass --target on appveyor

This commit is contained in:
Alex Crichton 2016-10-10 16:42:46 -07:00
parent 02d27ca62a
commit 92eccdc149
1 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ install:
build: false
test_script:
- cargo build
- cargo test
- cargo build --target %TARGET%
- cargo test --target %TARGET%