process: pass --target on appveyor

This commit is contained in:
Alex Crichton
2019-06-24 16:56:46 -07:00
committed by Ivan Petkov
parent 72179d49c5
commit 56222c588b
+2 -2
View File
@@ -11,5 +11,5 @@ install:
build: false
test_script:
- cargo build
- cargo test
- cargo build --target %TARGET%
- cargo test --target %TARGET%