Преглед на файлове

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%