summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-10-10 16:41:23 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-10-10 16:41:23 -0700
commitdbc65bc463bb70d9e98ad1745a4e5868aedd5259 (patch)
treed41d72a65544dd165f4242a494d60901c5312389
parent56b270454f2627d8f1694910124ef4a9144d82ee (diff)
downloadrust-libc-dbc65bc463bb70d9e98ad1745a4e5868aedd5259.tar.gz
pass --target on appveyor
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d52efad43d..a851bb87b6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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