chore(appveyor): Run binary install tests

master
Jesper Håkansson 6 years ago
parent cc0687c3f1
commit ec7f69de52
  1. 3
      .appveyor.yml

@ -17,6 +17,9 @@ build: false
test_script: test_script:
- cargo test --release --tests --locked - cargo test --release --tests --locked
- cargo test --release --doc - cargo test --release --doc
- cd binary-install
- cargo test
- cd ..
before_deploy: before_deploy:
- ps: | - ps: |

Loading…
Cancel
Save