Jorge Aparicio 8 vuotta sitten
vanhempi
commit
b59c789a05
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 --target %TARGET%
-  - cargo test --release --target %TARGET%
+  - cargo test --no-default-features --target %TARGET%
+  - cargo test --no-default-features --release --target %TARGET%