From dbc65bc463bb70d9e98ad1745a4e5868aedd5259 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 10 Oct 2016 16:41:23 -0700 Subject: [PATCH] pass --target on appveyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d52efad4..a851bb87 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