diff options
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7161c2a028..6e5638c9e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,8 +43,8 @@ install: # This is the "test phase", tweak it as you see fit test_script: - - cargo build --target %TARGET% - - cargo test --target %TARGET% + - cargo build + - cargo test # Cache build binaries for faster builds next time cache: |
