浏览代码

appveyor: cargo test requires the gen-tests feature

Jorge Aparicio 8 年之前
父节点
当前提交
ebbf8d5a29
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

@@ -16,5 +16,5 @@ build: false
 test_script:
   - cargo build --target %TARGET%
   - cargo build --release --target %TARGET%
-  - cargo test --no-default-features --target %TARGET%
-  - cargo test --no-default-features --release --target %TARGET%
+  - cargo test --no-default-features --feature gen-tests --target %TARGET%
+  - cargo test --no-default-features --feature gen-tests --release --target %TARGET%