Jorge Aparicio пре 8 година
родитељ
комит
adb4e5c86f
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 --feature gen-tests --target %TARGET%
-  - cargo test --no-default-features --feature gen-tests --release --target %TARGET%
+  - cargo test --no-default-features --features gen-tests --target %TARGET%
+  - cargo test --no-default-features --features gen-tests --release --target %TARGET%